From 1191e0f23cb9c6c6d3666f755e1070839a49c67d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:26:01 +0000 Subject: [PATCH] Update Node.js to v24 --- pkg/container/templates/npx.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/container/templates/npx.tmpl b/pkg/container/templates/npx.tmpl index 5a8b5cd26..12cf7862e 100644 --- a/pkg/container/templates/npx.tmpl +++ b/pkg/container/templates/npx.tmpl @@ -1,4 +1,4 @@ -FROM node:22-alpine AS builder +FROM node:24-alpine AS builder {{if .BuildEnv}} # Custom build environment variables @@ -51,7 +51,7 @@ RUN npm install --save {{.MCPPackage}} {{end}} # Final stage - runtime image with pre-installed packages -FROM node:22-alpine +FROM node:24-alpine {{if .CACertContent}} # Add custom CA certificate for runtime