Skip to content

Commit 53badef

Browse files
committed
Bump FFmpeg to 8.1.2 in the manylinux2014 i686 build
The other six Dockerfiles on this branch move 8.1.1 -> 8.1.2, but the i686 one was still pinned at 5.1.4. The 4.x counterpart (#1249) covered this file, so bump it here too to keep the branches consistent.
1 parent 80634fc commit 53badef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/manylinux2014/Dockerfile_i686

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/pypa/manylinux2014_i686:latest
22

33
ARG CCACHE_VERSION=3.7.9
44
ARG CMAKE_VERSION=3.17.0
5-
ARG FFMPEG_VERSION=5.1.4
5+
ARG FFMPEG_VERSION=8.1.2
66
ARG NASM_VERSION=2.15.04
77
ARG OPENSSL_VERSION=1_1_1w
88
ARG QT_VERSION=5.15.0

0 commit comments

Comments
 (0)