From e2eaff42042a25f897e2d22de0a4360aae1373fb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 13:32:22 +0100 Subject: [PATCH] :arrow_up: Upgrades libcurl to 7.67.0-r0 --- motioneye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index c9aa5b9..7378493 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -21,7 +21,7 @@ RUN \ && apk add --no-cache \ cifs-utils=6.9-r0 \ ffmpeg=4.1.4-r0 \ - libcurl=7.66.0-r0 \ + libcurl=7.67.0-r0 \ libjpeg=8-r6 \ mosquitto-clients=1.6.3-r0 \ motion@edge=4.2.2-r0 \