Use Python 3.9 in Synapse dockerfiles by default (#12112)
This commit is contained in:
parent
91bc15c772
commit
f26e390a40
|
@ -0,0 +1 @@
|
|||
Use Python 3.9 in Docker images by default.
|
|
@ -11,10 +11,10 @@
|
|||
# There is an optional PYTHON_VERSION build argument which sets the
|
||||
# version of python to build against: for example:
|
||||
#
|
||||
# DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.9 .
|
||||
# DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.10 .
|
||||
#
|
||||
|
||||
ARG PYTHON_VERSION=3.8
|
||||
ARG PYTHON_VERSION=3.9
|
||||
|
||||
###
|
||||
### Stage 0: builder
|
||||
|
|
Loading…
Reference in New Issue