Skip to content

Commit 9b77a44

Browse files
authored
Merge pull request #750 from wader/bump-ffmpeg-8.1.1
Update ffmpeg to 8.1.1 from 8.1
2 parents eb5892e + d81e70d commit 9b77a44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,9 +1108,9 @@ RUN \
11081108
# bump: ffmpeg after ./hashupdate Dockerfile FFMPEG $LATEST
11091109
# bump: ffmpeg link "Changelog" https://github.com/FFmpeg/FFmpeg/blob/n$LATEST/Changelog
11101110
# bump: ffmpeg link "Source diff $CURRENT..$LATEST" https://github.com/FFmpeg/FFmpeg/compare/n$CURRENT..n$LATEST
1111-
ARG FFMPEG_VERSION=8.1
1111+
ARG FFMPEG_VERSION=8.1.1
11121112
ARG FFMPEG_URL="https://ffmpeg.org/releases/ffmpeg-$FFMPEG_VERSION.tar.bz2"
1113-
ARG FFMPEG_SHA256=c07039598df7d64d3c8b42c4e25b1959fc908621c6f6c2946881133f3b27eda2
1113+
ARG FFMPEG_SHA256=b08594a47ca475ddda21c7990d8e9e3ceb5cd74f9709b4b5995b24d11cafa467
11141114
ARG ENABLE_FDKAAC=
11151115
# sed changes --toolchain=hardened -pie to -static-pie
11161116
#

0 commit comments

Comments
 (0)