From ffd47a21e1334376f7380d35d08a0a2faa9c9daa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 19 Jan 2021 23:23:46 +0100 Subject: [PATCH] :arrow_up: Upgrades pip to 20.3.3 (#10) --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 546da70..b89f2d9 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -7,7 +7,7 @@ ENV \ PATH="/usr/local/bin:$PATH" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ PYTHON_VERSION="3.8.6" \ - PYTHON_PIP_VERSION="20.2.4" + PYTHON_PIP_VERSION="20.3.3" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]