From 6fc046ee57378e15f22889a4c18dab998d1630f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:13:23 +0000 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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index a11c2b6..792a7ac 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-r0 \ - ffmpeg=6.1.2-r0 \ + ffmpeg=6.1.2-r1 \ libintl=0.22.5-r0 \ libjpeg-turbo=3.0.4-r0 \ libjpeg=9f-r0 \