Created
December 29, 2016 08:47
-
-
Save 0xAhmed/652a1d4972d50afb5eb49a8685deda40 to your computer and use it in GitHub Desktop.
Dockerfile: Using ARG
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
| FROM busybox | |
| ARG app_version | |
| RUN echo “Building $app_version” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment