From 3a8375d22c9bb7d71c3dd5a902f56f1763e18948 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Nov 2021 09:46:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20pip=20to=2021.3?= =?UTF-8?q?.1=20(#93)?= 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 46a6929..f258e85 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -7,7 +7,7 @@ ENV \ PATH="/usr/local/bin:$PATH" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ PYTHON_VERSION="3.9.7" \ - PYTHON_PIP_VERSION="21.2.3" + PYTHON_PIP_VERSION="21.3.1" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]