Skip to content

Commit

Permalink
⬆️ Update alpine_3_19/python3 to v3.11.9-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent a81ed04 commit 0b3cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overseerr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8-r0 \
python3=3.11.9-r0 \
\
&& curl -J -L -o /tmp/overseerr.tar.gz \
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \
Expand Down

0 comments on commit 0b3cf8c

Please sign in to comment.