⬆️ Upgrades pip to 20.2.4

This commit is contained in:
Franck Nijhof 2020-10-22 11:04:40 +02:00
parent 7b9ecfbae4
commit 580e926a9c
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -7,7 +7,7 @@ ENV \
PATH="/usr/local/bin:$PATH" \
GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \
PYTHON_VERSION="3.8.5" \
PYTHON_PIP_VERSION="20.2.2"
PYTHON_PIP_VERSION="20.2.4"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]