Skip to content

Commit

Permalink
docker: fix potential incorrect ffmpeg version number sort
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Jan 2, 2025
1 parent 1b470e3 commit 920bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN <<EOT
curl -s -L "https://ffmpeg.org/releases/" \
| grep -oE 'ffmpeg-[0-9]+.*.tar.xz' \
| sed 's|\.tar.xz.*||' \
| sort \
| sort -V \
| tail -n 1 \
)".tar.xz" -o ffmpeg.tar.xz
tar -xf ffmpeg.tar.xz --strip-components 1
Expand Down

0 comments on commit 920bb93

Please sign in to comment.