From de987ee671c2f5fefca5644de033c0bfb863cbc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:21:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?odejs=20to=20v18.18.2-r0=20(#353)?= 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> --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index b37b56a..c45b882 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -24,7 +24,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ composer=2.6.5-r0 \ git=2.40.1-r0 \ - nodejs=18.17.1-r0 \ + nodejs=18.18.2-r0 \ npm=9.6.6-r0 \ \ && git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \