Dockerfile: Remove unused default value associated IMAGE build argument

This commit is contained in:
Jean-Christophe Fillion-Robin
2020-05-06 19:17:16 -04:00
committed by Jonas Vautherin
parent 8469056c36
commit 369d828efd
26 changed files with 26 additions and 26 deletions

View File

@ -36,7 +36,7 @@ ENV ARCH s390
# Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE
ARG IMAGE=dockcross/linux-s390x
ARG IMAGE
ARG VERSION=latest
ARG VCS_REF
ARG VCS_URL