⬆️ Upgrades Python to 3.10.7 (#120)

This commit is contained in:
Franck Nijhof 2022-09-19 09:33:46 +02:00 committed by GitHub
parent 0e9090f25d
commit b0c9e504ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
ENV \
PATH="/usr/local/bin:$PATH" \
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847" \
PYTHON_VERSION="3.10.5" \
PYTHON_VERSION="3.10.7" \
PYTHON_PIP_VERSION="22.1.2" \
PYTHON_SETUPTOOLS_VERSION="65.3.0"