From 0e9090f25deea16512699e60e2928f9aecbdb25d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 18 Sep 2022 11:50:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20setuptools=20to?= =?UTF-8?q?=2065.3.0=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ Upgrades setuptools= to =63.2.0 * Update base/Dockerfile --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 175e431..4c127ad 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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"]