Skip to content

Instantly share code, notes, and snippets.

@unfor19
Last active February 12, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unfor19/350a252ed4867e575faee0c92610efab to your computer and use it in GitHub Desktop.
Save unfor19/350a252ed4867e575faee0c92610efab to your computer and use it in GitHub Desktop.
global-args-bad-dockerfile
# BAD - 3.9.1 is hardcoded
FROM python:3.9.1-slim as build
# Build stage commands
FROM python:3.9.1-slim as app
# App stage commands
ENTRYPOINT ["app"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment