mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03: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
2 changed files with 43 additions and 42 deletions
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
|
||||
# in `poetry export` in the past.
|
||||
|
||||
ARG PYTHON_VERSION=3.9
|
||||
ARG PYTHON_VERSION=3.11
|
||||
|
||||
###
|
||||
### Stage 0: generate requirements.txt
|
||||
|
|
Loading…
Reference in a new issue