From 5842b51106c6f269214f243f99f74f42b552d23a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Jan 2019 21:14:09 +0100 Subject: [PATCH] :arrow_up: Upgrades ffmpeg to 4.0.2-r0 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 0b2d0b6..a518c99 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -9,9 +9,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ cifs-utils=6.8-r0 \ - ffmpeg=3.4.4-r1 \ motion@edge=4.1.1-r0 \ nginx=1.14.0-r1 \ + ffmpeg@edge=4.0.2-r0 \ py2-curl=7.43.0-r5 \ py2-pillow=4.3.0-r0 \ py2-pip=10.0.1-r0 \