Skip to content

Commit

Permalink
Use Python 3.8 in Docker images by default
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 matrix-org#8674

Signed-off-by: Dan Callahan <danc@element.io>
  • Loading branch information
callahad committed Oct 31, 2020
1 parent 7a0fd6f commit 2c63423
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 2c63423

Please sign in to comment.