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 FROM scratch
ARG \ ARG GIT_COMMIT=
GIT_COMMIT=\ ARG BUILD_DATE=
BUILD_DATE=
# Image annotations, see https://github.com/opencontainers/image-spec/blob/master/annotations.md # Image annotations, see https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL \ LABEL \
org.opencontainers.image.vendor=Zombi \ org.opencontainers.image.vendor=Zombi \