Selaa lähdekoodia

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 <danc@element.io>
tags/v1.23.0rc1
Dan Callahan 3 vuotta sitten
committed by GitHub
vanhempi
commit
ca39e67f3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +1
    -0
      changelog.d/8698.misc
  2. +1
    -1
      docker/Dockerfile

+ 1
- 0
changelog.d/8698.misc Näytä tiedosto

@@ -0,0 +1 @@
Use Python 3.8 in Docker images by default.

+ 1
- 1
docker/Dockerfile Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna