⬆️ Upgrades pip to 20.3.3 (#10)

This commit is contained in:
Franck Nijhof 2021-01-19 23:23:46 +01:00 committed by GitHub
parent 4ee4585596
commit ffd47a21e1
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" \ PATH="/usr/local/bin:$PATH" \
GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \ GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \
PYTHON_VERSION="3.8.6" \ PYTHON_VERSION="3.8.6" \
PYTHON_PIP_VERSION="20.2.4" PYTHON_PIP_VERSION="20.3.3"
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]