From 851f419a5ea809e133cac02ca5cc75fc56918759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:08:03 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54e9d1a..3dd58f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.20.0-slim +ARG NODE_VERSION=24.11.0-slim # Stage 1: Build the application FROM node:${NODE_VERSION} AS builder