mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Upgrades setuptools to 65.3.0 (#116)
* ⬆️ Upgrades setuptools= to =63.2.0
* Update base/Dockerfile
This commit is contained in:
parent
6214b3dfa0
commit
0e9090f25d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ENV \
|
|||
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847" \
|
||||
PYTHON_VERSION="3.10.5" \
|
||||
PYTHON_PIP_VERSION="22.1.2" \
|
||||
PYTHON_SETUPTOOLS_VERSION="65.2.0"
|
||||
PYTHON_SETUPTOOLS_VERSION="65.3.0"
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue