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