From adab728b2006a975d86a3294a3857dfdeb2fd8ad Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 11:15:26 +0100 Subject: [PATCH] :arrow_up: Upgrades lua-resty-http to 0.15-r0 --- glances/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index 300cf4e..247ee4b 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -19,7 +19,7 @@ RUN \ python3-dev=3.8.1-r0 \ \ && apk add --no-cache \ - lua-resty-http=0.13-r0 \ + lua-resty-http=0.15-r0 \ nginx-mod-http-lua=1.16.1-r1 \ nginx=1.16.1-r1 \ python3=3.8.1-r0 \