We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d78578 commit afbcd1bCopy full SHA for afbcd1b
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PYTHON_VERSION=3.9 LINUX_VERSION=
+ARG PYTHON_VERSION=3.10 LINUX_VERSION=
2
FROM python:${PYTHON_VERSION}${LINUX_VERSION:+-$LINUX_VERSION} AS base
3
LABEL org.opencontainers.image.authors="Brendon Smith <[email protected]>"
4
LABEL org.opencontainers.image.description="Docker images and utilities to power your Python APIs and help you ship faster."
0 commit comments