Skip to content
Snippets Groups Projects
Unverified Commit ca39e67f authored by Dan Callahan's avatar Dan Callahan Committed by GitHub
Browse files

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: default avatarDan Callahan <danc@element.io>
parent 1eb9de90
No related branches found
No related tags found
No related merge requests found
Use Python 3.8 in Docker images by default.
...@@ -11,7 +11,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment