Skip to content

Commit

Permalink
⬆️ Upgrades pip to 21.3.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 9, 2021
1 parent fe6fea5 commit 3a8375d
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="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"]
Expand Down

0 comments on commit 3a8375d

Please sign in to comment.