From 32dcdf3a16490483c405c00324519ab58e24af0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:16:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?odejs=20to=20v18.17.1-r0=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 1ad1080..3d5b653 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -16,7 +16,7 @@ RUN \ && apk add --no-cache \ icu-data-full=73.2-r2 \ nginx=1.24.0-r6 \ - nodejs=18.17.0-r0 \ + nodejs=18.17.1-r0 \ \ && yarn global add \ modclean@3.0.0-beta.1 \