From 7a18c6a217e43b71d6850fbbabc39a1cc1a78a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:11:35 +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 b8a39f4..0a75193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - for CSS generation using Node.js and Tailwind CLI -FROM --platform=linux/amd64 node:22.23.0-alpine AS builder +FROM --platform=linux/amd64 node:24.19.0-alpine AS builder WORKDIR /app