Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use Python 3.8 in Docker images by default (#8698)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
callahad authored Nov 2, 2020
1 parent 1eb9de9 commit ca39e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8698.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Python 3.8 in Docker images by default.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca39e67

Please sign in to comment.