mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-18 10:24:19 -05:00
Dockerfile: Bump Python version from 3.9 to 3.11 (#14875)
Closes https://github.com/matrix-org/synapse/issues/13234 Signed-off-by: Katia Esposito <1695469+katlol@users.noreply.github.com> Signed-off-by: Katia Esposito <1695469+katlol@users.noreply.github.com>
This commit is contained in:
parent
cdea7c11d0
commit
cf18fea9e1
1
changelog.d/14875.docker
Normal file
1
changelog.d/14875.docker
Normal file
@ -0,0 +1 @@
|
|||||||
|
Bump default Python version in the Dockerfile from 3.9 to 3.11.
|
@ -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.9
|
ARG PYTHON_VERSION=3.11
|
||||||
|
|
||||||
###
|
###
|
||||||
### Stage 0: generate requirements.txt
|
### Stage 0: generate requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user