mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-04 12:00:21 +00:00
use latest tag instead
This commit is contained in:
parent
b12df3f312
commit
21ad1fd832
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user