From f170ee28396a458b93157ffc90debab0fc389dca Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Jun 2021 17:58:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nginx=20to=201.?= =?UTF-8?q?18.0-r15?= 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 \