From 40038b7fa5747ffec7d233136488abe198e36a17 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 10:14:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20rsync=20to=203.?= =?UTF-8?q?2.3-r4=20(#281)?= 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 fb8cb16..73e0a9c 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -42,7 +42,7 @@ RUN \ mosquitto-clients=2.0.11-r0 \ nginx=1.20.1-r3 \ python2=2.7.18-r2 \ - rsync=3.2.3-r2 \ + rsync=3.2.3-r4 \ v4l-utils=1.20.0-r0 \ \ && MOTION_VERSION=4.3.2 \