From ade8f4d0f1884a8f4a4167506b57d6fcf4a5eae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:23:30 +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(#342)?= 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 fa675c1..ee58175 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -24,7 +24,7 @@ RUN \ && apk add --no-cache --virtual .build-dependencies \ composer=2.5.8-r0 \ git=2.40.1-r0 \ - nodejs=18.17.0-r0 \ + nodejs=18.17.1-r0 \ npm=9.6.6-r0 \ \ && git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \