use latest tag instead

pull/51/head
simon 3 years ago
parent b12df3f312
commit 21ad1fd832

@ -10,8 +10,8 @@ RUN apt-get clean && apt-get -y update && apt-get -y install --no-install-recomm
nginx \ nginx \
curl && rm -rf /var/lib/apt/lists/* curl && rm -rf /var/lib/apt/lists/*
# get newes patched ffmpeg and ffprobe builds # get newest patched ffmpeg and ffprobe builds
RUN curl -s https://api.github.com/repos/yt-dlp/FFmpeg-Builds/releases/autobuild-2021-09-28-12-38 \ RUN curl -s https://api.github.com/repos/yt-dlp/FFmpeg-Builds/releases/latest \
| grep browser_download_url \ | grep browser_download_url \
| grep linux64 \ | grep linux64 \
| grep ffmpeg-n \ | grep ffmpeg-n \

Loading…
Cancel
Save