From 601c0c3cac62423b2c491de65719b5d6819f57fd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Jun 2021 18:17:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nginx=20to=201.?= =?UTF-8?q?18.0-r15=20(#259)?= 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 d807aef..3f19e90 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -40,7 +40,7 @@ RUN \ libmicrohttpd=0.9.72-r0 \ libwebp=1.1.0-r0 \ mosquitto-clients=1.6.12-r2 \ - nginx=1.18.0-r14 \ + nginx=1.18.0-r15 \ python2=2.7.18-r1 \ rsync=3.2.3-r1 \ v4l-utils=1.20.0-r0 \