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

Commit ca39e67

Browse files
authored
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 <[email protected]>
1 parent 1eb9de9 commit ca39e67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/8698.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use Python 3.8 in Docker images by default.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
1212
#
1313

14-
ARG PYTHON_VERSION=3.7
14+
ARG PYTHON_VERSION=3.8
1515

1616
###
1717
### Stage 0: builder

0 commit comments

Comments
 (0)