From 641937397b3e8058e8c8bbcb34998b16cd48a9c3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 31 Oct 2019 20:14:56 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r1 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 0a8a2b4..0fa7952 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -9,7 +9,7 @@ RUN \ yarn=1.16.0-r0 \ \ && apk add --no-cache \ - nginx=1.16.1-r0 \ + nginx=1.16.1-r1 \ nodejs-current=12.4.0-r0 \ \ && yarn global add \