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

Bump Synapse Dockerfile default to Python 3.12 (#17887)

parent 2c9ed5e5
No related branches found
No related tags found
No related merge requests found
Bump the default Python version in the Synapse Dockerfile from 3.11 -> 3.12.
\ No newline at end of file
......@@ -20,7 +20,7 @@
# `poetry export | pip install -r /dev/stdin`, but beware: we have experienced bugs in
# in `poetry export` in the past.
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
###
### Stage 0: generate requirements.txt
......
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