From ff21f73d0284423f090ab134167759428d63e87f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Nov 2019 12:44:21 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r1 --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 585c5bc..0e97975 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -20,8 +20,8 @@ RUN \ \ && apk add --no-cache \ lua-resty-http=0.13-r0 \ - nginx-mod-http-lua=1.16.1-r0 \ - nginx=1.16.1-r0 \ + nginx-mod-http-lua=1.16.1-r1 \ + nginx=1.16.1-r1 \ python3=3.7.5-r1 \ \ && pip3 install \