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

This commit is contained in:
renovate[bot] 2024-08-23 07:57:54 +00:00
parent a33204f1a1
commit 73252203a1

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.9-r0 \ python3=3.11.9-r1 \
\ \
&& 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" \