Skip to content

Instantly share code, notes, and snippets.

@endofcake
Last active May 20, 2018 01:40
Show Gist options
  • Save endofcake/a9a367be83fef8f31a3133424ca81bff to your computer and use it in GitHub Desktop.
Save endofcake/a9a367be83fef8f31a3133424ca81bff to your computer and use it in GitHub Desktop.
Parameterised FROM clause
# 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