bump ytdlp version

This commit is contained in:
Patryk Koreń
2026-05-11 21:07:10 +02:00
parent a164ca433f
commit e9cd9ffb91

View File

@@ -1,7 +1,7 @@
FROM node:22-alpine
RUN apk add --no-cache wget ffmpeg #yt-dlp
RUN wget -P /tmp https://github.com/yt-dlp/yt-dlp/releases/download/2026.01.31/yt-dlp_musllinux
RUN wget -P /tmp https://github.com/yt-dlp/yt-dlp/releases/download/2026.03.17/yt-dlp_musllinux
RUN mv /tmp/yt-dlp_musllinux /usr/bin/yt-dlp
RUN chmod 777 /usr/bin/yt-dlp