mirror of
https://github.com/hassio-addons/addon-appdaemon.git
synced 2025-05-07 04:21:25 +00:00
⬆️ Update Python to v3.11.12-r0
This commit is contained in:
parent
7c266c1e01
commit
44e9fa4c3a
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ COPY rootfs/patches /patches
|
|||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r3 \
|
||||
python3-dev=3.11.11-r0 \
|
||||
python3-dev=3.11.12-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
py3-pip=23.3.1-r0 \
|
||||
py3-wheel=0.42.0-r0 \
|
||||
python3=3.11.11-r0 \
|
||||
python3=3.11.12-r0 \
|
||||
\
|
||||
&& pip install -r /tmp/requirements.txt \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue