mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Bump Synapse Dockerfile default to Python 3.12 (#17887)
This commit is contained in:
parent
2c9ed5e510
commit
1c2b18a704
2 changed files with 2 additions and 1 deletions
1
changelog.d/17887.misc
Normal file
1
changelog.d/17887.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Bump the default Python version in the Synapse Dockerfile from 3.11 -> 3.12.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue