From 1128a35acce25682ea9bea79cd9980a2cc2c3500 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 13 Mar 2022 13:35:08 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nodejs=20to=201?= =?UTF-8?q?6.14.0-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 56d0507..7ba5ee4 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -13,7 +13,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.20.2-r0 \ - nodejs=16.13.2-r0 \ + nodejs=16.14.0-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \