From 78342148ab85abdade3cdf9f3f5c96c254547ef1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Aug 2019 21:58:02 +0200 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r0 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index c1ab1f8..844514d 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -9,7 +9,7 @@ RUN \ yarn=1.16.0-r0 \ \ && apk add --no-cache \ - nginx=1.16.0-r2 \ + nginx=1.16.1-r0 \ nodejs-current=12.4.0-r0 \ \ && yarn global add \