Fix arg syntax

This commit is contained in:
paul 2020-08-10 00:29:27 +02:00
parent 81e8ae3e20
commit 5b448d9e42

View file

@ -7,9 +7,8 @@ RUN \
FROM scratch
ARG \
GIT_COMMIT=\
BUILD_DATE=
ARG GIT_COMMIT=
ARG BUILD_DATE=
# Image annotations, see https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL \
org.opencontainers.image.vendor=Zombi \