Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Created December 29, 2016 08:47
Show Gist options
  • Select an option

  • Save 0xAhmed/652a1d4972d50afb5eb49a8685deda40 to your computer and use it in GitHub Desktop.

Select an option

Save 0xAhmed/652a1d4972d50afb5eb49a8685deda40 to your computer and use it in GitHub Desktop.
Dockerfile: Using ARG
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