correctly use ARG for sogo build process

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-05 20:53:49 +02:00
parent 4f570d66b6
commit 2a256bc2e4

View File

@@ -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