mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Upgrades Python to 3.9.7 (#86)
This commit is contained in:
parent
77d1d3148a
commit
4bb62d3727
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
|
||||||
ENV \
|
ENV \
|
||||||
PATH="/usr/local/bin:$PATH" \
|
PATH="/usr/local/bin:$PATH" \
|
||||||
GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \
|
GPG_KEY="E3FF2839C048B25C084DEBE9B26995E310250568" \
|
||||||
PYTHON_VERSION="3.9.6" \
|
PYTHON_VERSION="3.9.7" \
|
||||||
PYTHON_PIP_VERSION="21.2.3"
|
PYTHON_PIP_VERSION="21.2.3"
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue