From d94febd697ad3dab623a7ef54e87d4f1954975a9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 17:24:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nodejs=20to=201?= =?UTF-8?q?4.17.4-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 b8ffd08..4060bee 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -13,7 +13,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.20.1-r3 \ - nodejs=14.17.1-r0 \ + nodejs=14.17.4-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \