mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Upgrades Python pip to 19.2.2
This commit is contained in:
parent
247481ee21
commit
7d2e744060
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue