bump ytdlp version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:22-alpine
|
FROM node:22-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache wget ffmpeg #yt-dlp
|
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 mv /tmp/yt-dlp_musllinux /usr/bin/yt-dlp
|
||||||
RUN chmod 777 /usr/bin/yt-dlp
|
RUN chmod 777 /usr/bin/yt-dlp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user