From 4bb62d37272e01e3788bf14e6aac43607381c8c8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Oct 2021 19:12:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Python=20to=203?= =?UTF-8?q?.9.7=20(#86)?= 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 5ce6719..e01e7d3 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} ENV \ PATH="/usr/local/bin:$PATH" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ - PYTHON_VERSION="3.9.6" \ + PYTHON_VERSION="3.9.7" \ PYTHON_PIP_VERSION="21.2.3" # Set shell