From 12284813a93f7728a0474c56c86e345bef1db131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:57:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?odejs=20to=20v18.16.1-r0=20(#84)?= 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 2df7461..dcf5f38 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.0-r1 \ + nodejs=18.16.1-r0 \ npm=9.6.6-r0 \ python3=3.11.4-r0 \ iputils=20221126-r2 \