From 812dcfe718296914cb92ba36dedbf3915d23d394 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Mar 2022 18:51:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20pip=20to=2022.0?= =?UTF-8?q?.4=20(#109)?= 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 58c59a6..12f672f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -7,7 +7,7 @@ ENV \ PATH="/usr/local/bin:$PATH" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ PYTHON_VERSION="3.9.10" \ - PYTHON_PIP_VERSION="21.3.1" + PYTHON_PIP_VERSION="22.0.4" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]