From e9cd9ffb91c83d086a99015830a25b6d063d5960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Mon, 11 May 2026 21:07:10 +0200 Subject: [PATCH] bump ytdlp version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 936e389..5220bc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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