From c3be42e519b63eb1c8d41595291f1e693ddcb3e8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 22 Aug 2022 15:32:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20setuptools=20to?= =?UTF-8?q?=2065.2.0=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index d7b28b6..088c03a 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="62.3.3" + PYTHON_SETUPTOOLS_VERSION="65.2.0" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]