Last active
May 20, 2018 01:40
-
-
Save endofcake/a9a367be83fef8f31a3133424ca81bff to your computer and use it in GitHub Desktop.
Parameterised FROM clause
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This will be overridden at build time | |
ARG VERSION=2.0.6 | |
FROM microsoft/aspnetcore:$VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment