⬆️ Update alpine_3_19/python3 to v3.11.10-r0

This commit is contained in:
renovate[bot] 2024-09-11 13:30:13 +00:00 committed by GitHub
parent c6f39b5763
commit f50f5e14b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ ENV COMMIT_TAG=v${OVERSEERR_VERSION}
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
python3=3.11.9-r1 \
python3=3.11.10-r0 \
\
&& curl -J -L -o /tmp/overseerr.tar.gz \
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \