From fe46ce19599216fd51659697053effce9322ab50 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Thu, 15 Feb 2024 23:12:47 -0800 Subject: [PATCH] Update ffmpeg to 6.1.1, Qt to 6.6.2 --- focal/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/focal/Dockerfile b/focal/Dockerfile index 83680e0..56f69d0 100644 --- a/focal/Dockerfile +++ b/focal/Dockerfile @@ -104,7 +104,7 @@ RUN \ rm ./*.tar.gz && \ rm -r ./Vulkan-Loader* -ENV FFMPEG_NV_CODEC_VER=12.0.16.0 +ENV FFMPEG_NV_CODEC_VER=12.1.14.0 RUN \ curl -sSfLO https://github.com/FFmpeg/nv-codec-headers/releases/download/n${FFMPEG_NV_CODEC_VER}/nv-codec-headers-${FFMPEG_NV_CODEC_VER}.tar.gz && \ tar -xf ./nv-codec-headers-*.tar.gz && \ @@ -115,7 +115,7 @@ RUN \ rm ./*.tar.gz && \ rm -r ./nv-codec-headers-* -ENV FFMPEGVER=6.0 +ENV FFMPEGVER=6.1.1 RUN \ curl -sSfLO https://ffmpeg.org/releases/ffmpeg-${FFMPEGVER}.tar.xz && \ tar -xf ./ffmpeg-*.tar.xz && \ @@ -134,7 +134,7 @@ RUN \ rm ./*.tar.xz && \ rm -r ./ffmpeg-* -ENV QTVER=6.6.1 +ENV QTVER=6.6.2 ENV QTVERMIN=66 RUN \ curl -sSfL -o qt.tar.xz https://download.qt.io/official_releases/qt/${QTVER%.*}/$QTVER/single/qt-everywhere-src-${QTVER}.tar.xz && \