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

This commit is contained in:
renovate[bot] 2025-04-09 12:07:59 +00:00 committed by GitHub
parent 831cbeed79
commit 92f2eff060
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.11-r0 \
python3=3.11.12-r0 \
\
&& curl -J -L -o /tmp/overseerr.tar.gz \
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \