From f6962313cde032d936702b29a7bf82074ca01174 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Jan 2019 21:14:34 +0100 Subject: [PATCH] :arrow_up: Upgrades motion to 4.1.1-r0 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index a518c99..d91e897 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 \ - motion@edge=4.1.1-r0 \ nginx=1.14.0-r1 \ ffmpeg@edge=4.0.2-r0 \ + motion@edge=4.1.1-r1 \ py2-curl=7.43.0-r5 \ py2-pillow=4.3.0-r0 \ py2-pip=10.0.1-r0 \