diff options
author | Dan Callahan <danc@element.io> | 2020-11-02 16:33:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:33:06 +0000 |
commit | ca39e67f3d881f2895c87781431ed50808bf4ef9 (patch) | |
tree | a741d6d974334089f9ba283ddd4759715ed2d3f9 /docker | |
parent | Improve start time by adding index to e2e_cross_signing_keys (#8694) (diff) | |
download | synapse-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 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
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 |