From f910b920c88a8cf3028d4fb20d03b13c0375c42c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:26:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/f?= =?UTF-8?q?fmpeg=20to=20v6.1.2-r1=20(#511)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index b349e24..aecce3a 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -30,7 +30,7 @@ RUN \ && apk add --no-cache \ cifs-utils=7.1-r0 \ ffmpeg-libs=6.1.2-r1 \ - ffmpeg=6.1.2-r0 \ + ffmpeg=6.1.2-r1 \ libintl=0.22.5-r0 \ libjpeg-turbo=3.0.4-r0 \ libjpeg=9f-r0 \