From 12e84c0cc9dcbdbfad5144b87eeb859d64a238d4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 10 Oct 2022 12:30:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nodejs=20to=201?= =?UTF-8?q?6.17.1-r0=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 38e8bd3..931ee34 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -19,7 +19,7 @@ RUN \ py3-pip=22.1.1-r0 \ \ && apk add --no-cache \ - nodejs=16.16.0-r0 \ + nodejs=16.17.1-r0 \ npm=8.10.0-r0 \ python3=3.10.5-r0 \ iputils=20211215-r0 \