From bb93368d3647dd7bb03fe5ad3557a7fdaaf37fed Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Feb 2020 23:59:17 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r6 --- glances/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 98b235f..4114a15 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -20,8 +20,8 @@ RUN \ \ && apk add --no-cache \ lua-resty-http=0.15-r0 \ - nginx-mod-http-lua=1.16.1-r4 \ - nginx=1.16.1-r4 \ + nginx-mod-http-lua=1.16.1-r6 \ + nginx=1.16.1-r6 \ python3=3.8.1-r0 \ \ && pip3 install \