⬆️ Upgrades Python to 3.9.5 (#50)

This commit is contained in:
Franck Nijhof 2021-05-20 00:07:00 +02:00 committed by GitHub
parent b914fe8d97
commit f2a8e0489d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
ENV \ ENV \
PATH="/usr/local/bin:$PATH" \ PATH="/usr/local/bin:$PATH" \
GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \
PYTHON_VERSION="3.9.4" \ PYTHON_VERSION="3.9.5" \
PYTHON_PIP_VERSION="21.0.1" PYTHON_PIP_VERSION="21.0.1"
# Set shell # Set shell