File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 66 - master
77 tags :
88 - ' *'
9- # schedule:
10- # - cron: '0 0 * * MON' # Every Monday at 00:00 (UTC) .
9+ schedule :
10+ - cron : ' 0 0 * * MON' # Every Monday at 00:00 (UTC) .
1111
1212env :
1313 IMAGE_NAME : ctbcap
Original file line number Diff line number Diff line change @@ -168,17 +168,15 @@ EOT
168168WORKDIR /ffmpeg_source
169169
170170RUN <<EOT
171- # Get newest version of FFmpeg.
172- # FFMPEG_TARBALL="$( \
173- # curl -s -L -k --connect-timeout 5 --retry 3 \
174- # "https://ffmpeg.org/releases/" \
175- # | grep -oE 'ffmpeg-[0-9]+.*.tar.xz' \
176- # | sed 's|\.tar.xz.*||' \
177- # | sort -V \
178- # | tail -n 1 \
179- # ).tar.xz"
180-
181- FFMPEG_TARBALL="ffmpeg-7.1.tar.xz"
171+ # Get newest version tarball of FFmpeg.
172+ FFMPEG_TARBALL="$( \
173+ curl -s -L -k --connect-timeout 5 --retry 3 \
174+ " https://ffmpeg.org/releases/" \
175+ | grep -oE 'ffmpeg-[0-9]+.*.tar.xz' \
176+ | sed 's|\. tar.xz.*||' \
177+ | sort -V \
178+ | tail -n 1 \
179+ ).tar.xz"
182180
183181 curl -L -k --connect-timeout 5 --retry 3 \
184182 "https://ffmpeg.org/releases/${FFMPEG_TARBALL}" \
You can’t perform that action at this time.
0 commit comments