From 8b8b9da56d3c122a76ea20d4b531223481771c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:47:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?odejs=20to=20v18.17.0-r0=20(#90)?= 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> --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 5196598..202fe76 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -20,7 +20,7 @@ RUN \ py3-pip=23.1.2-r0 \ \ && apk add --no-cache \ - nodejs=18.16.1-r0 \ + nodejs=18.17.0-r0 \ npm=9.6.6-r0 \ python3=3.11.4-r0 \ iputils=20221126-r2 \