From af7c50397fd4589e61121cd95064a0379107c2bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:34:15 +0000 Subject: [PATCH] chore(deps): update node.js to v24.13.1 (#63) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89ffe92..d44c07a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=24.13.0-slim +ARG NODE_VERSION=24.13.1-slim # Stage 1: Build the application FROM node:${NODE_VERSION} AS builder