From 41982623a93a929c0652ee24a20e65811bb7861c Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 1 Jan 2024 13:21:44 +0800 Subject: [PATCH] build: yt-dlp version `2023.12.30` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf2030d..cc9a69e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add php-json php-phar php-mbstring php-openssl RUN wget https://install.phpcomposer.com/installer -O - | php FROM ${ALPINE} AS yt-dlp -ENV YTDLP="2023.11.16" +ENV YTDLP="2023.12.30" RUN wget https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP}/yt-dlp RUN chmod +x yt-dlp