From 90c95d85d8169b05c46c40f3d50ce567340e1224 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 13:34:36 +0100 Subject: [PATCH] :arrow_up: Upgrades ffmpeg to 4.2.1-r3 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index f217012..506b912 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -20,7 +20,7 @@ RUN \ \ && apk add --no-cache \ cifs-utils=6.9-r1 \ - ffmpeg=4.1.4-r0 \ + ffmpeg=4.2.1-r3 \ libcurl=7.67.0-r0 \ libjpeg=8-r6 \ mosquitto-clients=1.6.3-r0 \