Skip to content

Commit

Permalink
⬆️ Upgrades Python pip to 19.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 21, 2019
1 parent 247481e commit 7d2e744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV \
PATH="/usr/local/bin:$PATH" \
GPG_KEY="0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D" \
PYTHON_VERSION="3.7.4" \
PYTHON_PIP_VERSION="19.2.1"
PYTHON_PIP_VERSION="19.2.2"

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 7d2e744

Please sign in to comment.