Skip to content

Commit afbcd1b

Browse files
committed
Use Python 3.10 as default version in Dockerfile
The Python version can be customized by using a Docker build argument, such as `--build-arg PYTHON_VERSION=3.9`.
1 parent 6d78578 commit afbcd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION=3.9 LINUX_VERSION=
1+
ARG PYTHON_VERSION=3.10 LINUX_VERSION=
22
FROM python:${PYTHON_VERSION}${LINUX_VERSION:+-$LINUX_VERSION} AS base
33
LABEL org.opencontainers.image.authors="Brendon Smith <[email protected]>"
44
LABEL org.opencontainers.image.description="Docker images and utilities to power your Python APIs and help you ship faster."

0 commit comments

Comments
 (0)