diff --git a/containers/apps/sogo/Dockerfile b/containers/apps/sogo/Dockerfile index 187e94f12fa..b32e6512cb1 100644 --- a/containers/apps/sogo/Dockerfile +++ b/containers/apps/sogo/Dockerfile @@ -2,8 +2,8 @@ FROM ghcr.io/truecharts/ubuntu:latest AS build # Change your name and email address -DEBFULLNAME="TrueCharts" -DEBEMAIL="info@truecharts.org" +ARG DEBFULLNAME=TrueCharts +ARG DEBEMAIL=info@truecharts.org ARG TARGETPLATFORM ARG VERSION