⬆️ Upgrades Python pip to 19.2.3

This commit is contained in:
Franck Nijhof 2019-09-17 19:24:39 +02:00
parent 53578c2a9e
commit 72879f4e83
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="0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D" \
PYTHON_VERSION="3.7.4" \
PYTHON_PIP_VERSION="19.2.2"
PYTHON_PIP_VERSION="19.2.3"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]