mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-16 18:34:19 -05:00
Use Python 3.9 in Synapse dockerfiles by default (#12112)
This commit is contained in:
parent
91bc15c772
commit
f26e390a40
1
changelog.d/12112.docker
Normal file
1
changelog.d/12112.docker
Normal file
@ -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
|
# There is an optional PYTHON_VERSION build argument which sets the
|
||||||
# version of python to build against: for example:
|
# 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
|
### Stage 0: builder
|
||||||
|
Loading…
Reference in New Issue
Block a user