Fix arg syntax
This commit is contained in:
parent
81e8ae3e20
commit
5b448d9e42
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue