From c4d5c11279b604caad998e296e80cfc9851f8265 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 13 Apr 2021 17:17:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nodejs=20to=201?= =?UTF-8?q?4.16.1-r1?= 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 f8680a7..05cbd4e 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -13,7 +13,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.18.0-r13 \ - nodejs=14.16.1-r0 \ + nodejs=14.16.1-r1 \ \ && yarn global add \ modclean@3.0.0-beta.1 \