From 49c1b68770e20b760368535cd0681f785b082f6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:45:40 +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..26aba0c 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.13.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.13.0 WORKDIR /app