⬆️ Upgrades pip to 21.3.1 (#93)

This commit is contained in:
Franck Nijhof 2021-11-09 09:46:02 +01:00 committed by GitHub
parent fe6fea5eb8
commit 3a8375d22c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]