mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
Upgrade Python pip to 21.0.1 (#25)
This commit is contained in:
parent
365a4be25b
commit
72293beb14
1 changed files with 1 additions and 1 deletions
|
@ -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.7" \
|
PYTHON_VERSION="3.8.7" \
|
||||||
PYTHON_PIP_VERSION="20.3.3"
|
PYTHON_PIP_VERSION="21.0.1"
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue