Skip to content

Commit 6fd3768

Browse files
⬆️ Update alpine_3_19/python3 to v3.11.12-r1
1 parent 831cbee commit 6fd3768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overseerr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV COMMIT_TAG=v${OVERSEERR_VERSION}
1212
RUN \
1313
apk add --no-cache --virtual .build-dependencies \
1414
build-base=0.5-r3 \
15-
python3=3.11.11-r0 \
15+
python3=3.11.12-r1 \
1616
\
1717
&& curl -J -L -o /tmp/overseerr.tar.gz \
1818
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \

0 commit comments

Comments
 (0)