From 40a0d2419e557d3fdaf803be731bb5cc0caed4b4 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Fri, 4 Jan 2019 14:07:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20ffmpeg=20to=20v?= =?UTF-8?q?ersion=204.0.2-r0?= 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 76c35e0..8620c89 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ cifs-utils=6.8-r0 \ - ffmpeg=3.4.4-r1 \ + ffmpeg=4.0.2-r0 \ motion@edge=4.1.1-r1 \ nginx=1.14.2-r0 \ py2-curl=7.43.0-r5 \