From 718327657edc012c16ad99802533c680a8cb219e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Jun 2021 17:51:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20ffmpeg=20to=204?= =?UTF-8?q?.3.1-r4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motioneye/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 25e2474..ba62f2d 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -16,7 +16,7 @@ RUN \ automake=1.16.3-r0 \ build-base=0.5-r2 \ curl-dev=7.77.0-r0 \ - ffmpeg-dev=4.3.1-r3 \ + ffmpeg-dev=4.3.1-r4 \ gcc=10.2.1_pre1-r3 \ gettext-dev=0.20.2-r2 \ git=2.30.2-r0 \ @@ -31,8 +31,8 @@ RUN \ \ && apk add --no-cache \ cifs-utils=6.12-r0 \ - ffmpeg-libs=4.3.1-r3 \ - ffmpeg=4.3.1-r3 \ + ffmpeg-libs=4.3.1-r4 \ + ffmpeg=4.3.1-r4 \ libcurl=7.77.0-r0 \ libintl=0.20.2-r2 \ libjpeg-turbo=2.1.0-r0 \