⬆️ Upgrades setuptools to 65.2.0 (#118)

This commit is contained in:
Franck Nijhof 2022-08-22 15:32:06 +02:00 committed by GitHub
parent a8b8ab7ec4
commit c3be42e519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ ENV \
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847" \ GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847" \
PYTHON_VERSION="3.10.5" \ PYTHON_VERSION="3.10.5" \
PYTHON_PIP_VERSION="22.1.2" \ PYTHON_PIP_VERSION="22.1.2" \
PYTHON_SETUPTOOLS_VERSION="62.3.3" PYTHON_SETUPTOOLS_VERSION="65.2.0"
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]