From 3d98c6ca10d5448fa9817b651edf0b6ed867608b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 5 Jan 2020 13:49:42 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r4 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index ca18e27..b3c1437 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -9,7 +9,7 @@ RUN \ yarn=1.19.2-r0 \ \ && apk add --no-cache \ - nginx=1.16.1-r1 \ + nginx=1.16.1-r4 \ nodejs-current=12.4.0-r0 \ \ && yarn global add \