⬆️ 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:
renovate[bot] 2024-12-06 18:43:31 +01:00 committed by GitHub
parent edc32b49db
commit 6d7b6dd287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \
\