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

Use Python 3.8 in Docker images by default #8698

Merged
merged 1 commit into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use Python 3.8 in Docker images by default
This bumps us closer to current Python without going all the way to 3.9.

Fixes #8674

Signed-off-by: Dan Callahan <[email protected]>
  • Loading branch information
callahad committed Oct 31, 2020
commit 2c634233bc3ea40a3433fa64f81f1faac299fb3f
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