Closed hoatle closed 7 years ago
for example:
FROM python:2.7
to:
ARG IMAGE_TAG=2.7 FROM python:$IMAGE_TAG
Should apply for all the current and future docker files
for example:
to:
Should apply for all the current and future docker files