mirror of
https://github.com/hassio-addons/addon-appdaemon.git
synced 2025-05-03 18:41:26 +00:00
⬆️ Update Python to v3.11.11-r0 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
edc32b49db
commit
6d7b6dd287
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.10-r0 \
|
||||
python3-dev=3.11.11-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
py3-pip=23.3.1-r0 \
|
||||
py3-wheel=0.42.0-r0 \
|
||||
python3=3.11.10-r0 \
|
||||
python3=3.11.11-r0 \
|
||||
\
|
||||
&& pip install -r /tmp/requirements.txt \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue