Bump Synapse Dockerfile default to Python 3.12 (#17887)
This commit is contained in:
parent
2c9ed5e510
commit
1c2b18a704
|
@ -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
|
# `poetry export | pip install -r /dev/stdin`, but beware: we have experienced bugs in
|
||||||
# in `poetry export` in the past.
|
# in `poetry export` in the past.
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.11
|
ARG PYTHON_VERSION=3.12
|
||||||
|
|
||||||
###
|
###
|
||||||
### Stage 0: generate requirements.txt
|
### Stage 0: generate requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue