From 84b43c2fb07853c9914eaeaa742684d0b3cc516b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 26 Aug 2020 13:54:10 +0200 Subject: [PATCH] :arrow_up: Upgrades cifs-utils to 6.10-r1 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 4b22eff..5b7ac92 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -19,7 +19,7 @@ RUN \ python-dev=2.7.18-r0 \ \ && apk add --no-cache \ - cifs-utils=6.9-r1 \ + cifs-utils=6.10-r1 \ ffmpeg=4.2.1-r3 \ libcurl=7.69.1-r0 \ libjpeg=8-r6 \