summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2020-11-02 16:33:06 +0000
committerGitHub <noreply@github.com>2020-11-02 16:33:06 +0000
commitca39e67f3d881f2895c87781431ed50808bf4ef9 (patch)
treea741d6d974334089f9ba283ddd4759715ed2d3f9 /docker/Dockerfile
parentImprove start time by adding index to e2e_cross_signing_keys (#8694) (diff)
downloadsynapse-ca39e67f3d881f2895c87781431ed50808bf4ef9.tar.xz
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>
Diffstat (limited to '')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile

index 27512f8600..9791d3ddf0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile
@@ -11,7 +11,7 @@ # docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 . # -ARG PYTHON_VERSION=3.7 +ARG PYTHON_VERSION=3.8 ### ### Stage 0: builder