Skip to content

Commit

Permalink
⬆️ Update alpine_3_19/python3 to v3.11.8-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent 5a0291f commit 9c29a4d
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.6-r1 \
python3=3.11.8-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 9c29a4d

Please sign in to comment.