From 7aed7c18bd4f89c5195fe42e7390ee548017a44a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Feb 2021 18:57:06 +0100 Subject: [PATCH] :arrow_up: Upgrades nodejs to 14.15.5-r0 (#29) --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index aef928e..045abd9 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -13,7 +13,7 @@ RUN \ \ && apk add --no-cache \ nginx=1.18.0-r13 \ - nodejs=14.15.4-r0 \ + nodejs=14.15.5-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \