From 026c3790052ab55c5a39512a332fde1ba5cc3b1b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Jun 2021 17:56:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20cifs-utils=20to?= =?UTF-8?q?=206.13-r0=20(#258)?= 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 ba62f2d..d807aef 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -30,7 +30,7 @@ RUN \ v4l-utils-dev=1.20.0-r0 \ \ && apk add --no-cache \ - cifs-utils=6.12-r0 \ + cifs-utils=6.13-r0 \ ffmpeg-libs=4.3.1-r4 \ ffmpeg=4.3.1-r4 \ libcurl=7.77.0-r0 \