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
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue