From b0c9e504ef11d15dca02d4305e234a4278335877 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Sep 2022 09:33:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Python=20to=203?= =?UTF-8?q?.10.7=20(#120)?= 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 4c127ad..efaf176 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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"