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

@ -10,7 +10,7 @@ ARG MXE_TARGET_LINK=static
# Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE
ARG IMAGE=dockcross/windows-static-x64-posix
ARG IMAGE
ARG VERSION=latest
ARG VCS_REF
ARG VCS_URL