Skip to content

Commit 0e2c5b9

Browse files
Michal Middletonmxpv
Michal Middleton
authored andcommitted
Bump Alpine to 3.21
Alpine 3.17 went EOL 2024-11-22 Relevant changes: ffmpeg 5.1.4-r0 -> 6.1.2-r1 python3 3.10.15-r0 -> 3.12.9-r0 libc6-compat 1.2.3-r6 -> gcompat 1.1.0-r4
1 parent 7c1e6f4 commit 0e2c5b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN make build
1313
RUN wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && \
1414
chmod +x /usr/bin/yt-dlp
1515

16-
FROM alpine:3.17
16+
# Alpine 3.21 will go EOL on 2026-11-01
17+
FROM alpine:3.21
1718

1819
WORKDIR /app
1920

0 commit comments

Comments
 (0)