From 21ad1fd832fab0f375ff6d307f0e6f07bb30e368 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 1 Oct 2021 13:44:14 +0700 Subject: [PATCH] use latest tag instead --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 09375d5..4e940c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN apt-get clean && apt-get -y update && apt-get -y install --no-install-recomm nginx \ curl && rm -rf /var/lib/apt/lists/* -# get newes patched ffmpeg and ffprobe builds -RUN curl -s https://api.github.com/repos/yt-dlp/FFmpeg-Builds/releases/autobuild-2021-09-28-12-38 \ +# get newest patched ffmpeg and ffprobe builds +RUN curl -s https://api.github.com/repos/yt-dlp/FFmpeg-Builds/releases/latest \ | grep browser_download_url \ | grep linux64 \ | grep ffmpeg-n \