⬆️ Upgrades setuptools to 65.3.0 (#116)

* ⬆️ Upgrades setuptools= to =63.2.0

* Update base/Dockerfile
This commit is contained in:
Franck Nijhof 2022-09-18 11:50:56 +02:00 committed by GitHub
parent 6214b3dfa0
commit 0e9090f25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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