use latest tag instead

This commit is contained in:
simon 2021-10-01 13:44:14 +07:00
parent b12df3f312
commit 21ad1fd832
1 changed files with 2 additions and 2 deletions

View File

@ -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 \