Skip to content
Snippets Groups Projects
Unverified Commit f26e390a authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Use Python 3.9 in Synapse dockerfiles by default (#12112)

parent 91bc15c7
No related branches found
No related tags found
No related merge requests found
Use Python 3.9 in Docker images by default.
\ No newline at end of file
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment