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