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

This commit is contained in:
renovate[bot] 2024-04-15 10:22:43 +00:00 committed by GitHub
parent a81ed04f88
commit 01b518fbba
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 \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \ build-base=0.5-r3 \
python3=3.11.8-r0 \ python3=3.11.9-r0 \
\ \
&& curl -J -L -o /tmp/overseerr.tar.gz \ && curl -J -L -o /tmp/overseerr.tar.gz \
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \ "https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \