mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-30 04:13:21 -05:00
Use Python 3.8 in Docker images by default (#8698)
This bumps us closer to current Python without going all the way to 3.9. Fixes #8674 Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
1eb9de90c0
commit
ca39e67f3d
1
changelog.d/8698.misc
Normal file
1
changelog.d/8698.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Use Python 3.8 in Docker images by default.
|
@ -11,7 +11,7 @@
|
|||||||
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
|
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
|
||||||
#
|
#
|
||||||
|
|
||||||
ARG PYTHON_VERSION=3.7
|
ARG PYTHON_VERSION=3.8
|
||||||
|
|
||||||
###
|
###
|
||||||
### Stage 0: builder
|
### Stage 0: builder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user