From 8a0920f9a13525c761e9f8150e0a6a10b334f5fd Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Tue, 28 Oct 2025 19:04:41 +0000 Subject: [PATCH] feat: Node.js 24.11.0 --- 24/bullseye/Dockerfile | 2 +- 24/trixie/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/24/bullseye/Dockerfile b/24/bullseye/Dockerfile index 84a919c83..8f41a6def 100644 --- a/24/bullseye/Dockerfile +++ b/24/bullseye/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:bullseye RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION=24.10.0 +ENV NODE_VERSION=24.11.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \ diff --git a/24/trixie/Dockerfile b/24/trixie/Dockerfile index ef99c2d4b..d95762a05 100644 --- a/24/trixie/Dockerfile +++ b/24/trixie/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:trixie RUN groupadd --gid 1000 node \ && useradd --uid 1000 --gid node --shell /bin/bash --create-home node -ENV NODE_VERSION=24.10.0 +ENV NODE_VERSION=24.11.0 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ && case "${dpkgArch##*-}" in \