From 2c19147b579ee8db65fddc01a72c7484e937551e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:04:47 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbd41fc..7f25f03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hazmi35/node:20-dev as build-stage +FROM ghcr.io/hazmi35/node:24.15.0-dev as build-stage WORKDIR /tmp/build @@ -17,7 +17,7 @@ RUN pnpm run build RUN pnpm prune --production -FROM ghcr.io/hazmi35/node:20 +FROM ghcr.io/hazmi35/node:24.15.0 WORKDIR /app