Node: feat: Node.js 24.0.1#18999
Merged
Merged
Conversation
Diff for 4a78569:diff --git a/_bashbrew-cat b/_bashbrew-cat
index b713cff..6735e62 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -122,32 +122,32 @@ Architectures: amd64, arm64v8
GitCommit: f6908ff3eb35a5d0c8fc60086fd29ae16e3abdba
Directory: 23/bullseye-slim
-Tags: 24, 24-bookworm, 24.0, 24.0-bookworm, 24.0.0, 24.0.0-bookworm, bookworm, current, current-bookworm, latest
+Tags: 24, 24-bookworm, 24.0, 24.0-bookworm, 24.0.1, 24.0.1-bookworm, bookworm, current, current-bookworm, latest
Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/bookworm
-Tags: 24-alpine, 24-alpine3.21, 24.0-alpine, 24.0-alpine3.21, 24.0.0-alpine, 24.0.0-alpine3.21, alpine, alpine3.21, current-alpine, current-alpine3.21
+Tags: 24-alpine, 24-alpine3.21, 24.0-alpine, 24.0-alpine3.21, 24.0.1-alpine, 24.0.1-alpine3.21, alpine, alpine3.21, current-alpine, current-alpine3.21
Architectures: amd64, arm32v6, arm32v7, arm64v8, s390x
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/alpine3.21
-Tags: 24-alpine3.20, 24.0-alpine3.20, 24.0.0-alpine3.20, alpine3.20, current-alpine3.20
+Tags: 24-alpine3.20, 24.0-alpine3.20, 24.0.1-alpine3.20, alpine3.20, current-alpine3.20
Architectures: amd64, arm32v6, arm32v7, arm64v8, s390x
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/alpine3.20
-Tags: 24-bookworm-slim, 24-slim, 24.0-bookworm-slim, 24.0-slim, 24.0.0-bookworm-slim, 24.0.0-slim, bookworm-slim, current-bookworm-slim, current-slim, slim
+Tags: 24-bookworm-slim, 24-slim, 24.0-bookworm-slim, 24.0-slim, 24.0.1-bookworm-slim, 24.0.1-slim, bookworm-slim, current-bookworm-slim, current-slim, slim
Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/bookworm-slim
-Tags: 24-bullseye, 24.0-bullseye, 24.0.0-bullseye, bullseye, current-bullseye
+Tags: 24-bullseye, 24.0-bullseye, 24.0.1-bullseye, bullseye, current-bullseye
Architectures: amd64, arm64v8
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/bullseye
-Tags: 24-bullseye-slim, 24.0-bullseye-slim, 24.0.0-bullseye-slim, bullseye-slim, current-bullseye-slim
+Tags: 24-bullseye-slim, 24.0-bullseye-slim, 24.0.1-bullseye-slim, bullseye-slim, current-bullseye-slim
Architectures: amd64, arm64v8
-GitCommit: b3ae4060c7bb20d34896ab3e1f5f3d2ee7dcdd10
+GitCommit: d9138b93aec8cd4b4febaae0b4e40b3272015ca6
Directory: 24/bullseye-slim
diff --git a/_bashbrew-list b/_bashbrew-list
index e334695..c5b72a1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -124,15 +124,15 @@ node:24.0-bookworm-slim
node:24.0-bullseye
node:24.0-bullseye-slim
node:24.0-slim
-node:24.0.0
-node:24.0.0-alpine
-node:24.0.0-alpine3.20
-node:24.0.0-alpine3.21
-node:24.0.0-bookworm
-node:24.0.0-bookworm-slim
-node:24.0.0-bullseye
-node:24.0.0-bullseye-slim
-node:24.0.0-slim
+node:24.0.1
+node:24.0.1-alpine
+node:24.0.1-alpine3.20
+node:24.0.1-alpine3.21
+node:24.0.1-bookworm
+node:24.0.1-bookworm-slim
+node:24.0.1-bullseye
+node:24.0.1-bullseye-slim
+node:24.0.1-slim
node:alpine
node:alpine3.20
node:alpine3.21
diff --git a/node_current-alpine3.20/Dockerfile b/node_current-alpine3.20/Dockerfile
index bc01a9c..6d0cf15 100644
--- a/node_current-alpine3.20/Dockerfile
+++ b/node_current-alpine3.20/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.20
-ENV NODE_VERSION 24.0.0
+ENV NODE_VERSION 24.0.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
curl \
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}" in \
- x86_64) ARCH='x64' CHECKSUM="5c96f5245c8788665cc67f4962d6e94a8f50fb771563b206e135c14c9d8e5768" OPENSSL_ARCH=linux-x86_64;; \
+ x86_64) ARCH='x64' CHECKSUM="5efbd69efad82f4dcd950638fe32c50cf6ed7171f0ae0ed297bcfb7680c2042c" OPENSSL_ARCH=linux-x86_64;; \
x86) OPENSSL_ARCH=linux-elf;; \
aarch64) OPENSSL_ARCH=linux-aarch64;; \
arm*) OPENSSL_ARCH=linux-armv4;; \
diff --git a/node_current-alpine3.21/Dockerfile b/node_current-alpine3.21/Dockerfile
index 2b7385e..3f875b8 100644
--- a/node_current-alpine3.21/Dockerfile
+++ b/node_current-alpine3.21/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.21
-ENV NODE_VERSION 24.0.0
+ENV NODE_VERSION 24.0.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
curl \
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}" in \
- x86_64) ARCH='x64' CHECKSUM="5c96f5245c8788665cc67f4962d6e94a8f50fb771563b206e135c14c9d8e5768" OPENSSL_ARCH=linux-x86_64;; \
+ x86_64) ARCH='x64' CHECKSUM="5efbd69efad82f4dcd950638fe32c50cf6ed7171f0ae0ed297bcfb7680c2042c" OPENSSL_ARCH=linux-x86_64;; \
x86) OPENSSL_ARCH=linux-elf;; \
aarch64) OPENSSL_ARCH=linux-aarch64;; \
arm*) OPENSSL_ARCH=linux-armv4;; \
diff --git a/node_current-bullseye-slim/Dockerfile b/node_current-bullseye-slim/Dockerfile
index 5809c1b..3a98343 100644
--- a/node_current-bullseye-slim/Dockerfile
+++ b/node_current-bullseye-slim/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 24.0.0
+ENV NODE_VERSION 24.0.1
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_current-bullseye/Dockerfile b/node_current-bullseye/Dockerfile
index 47b28a2..47227c2 100644
--- a/node_current-bullseye/Dockerfile
+++ b/node_current-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.0.0
+ENV NODE_VERSION 24.0.1
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_latest/Dockerfile b/node_latest/Dockerfile
index 11e73f9..6781ec1 100644
--- a/node_latest/Dockerfile
+++ b/node_latest/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:bookworm
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 24.0.0
+ENV NODE_VERSION 24.0.1
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
diff --git a/node_slim/Dockerfile b/node_slim/Dockerfile
index 57deca2..7e9047c 100644
--- a/node_slim/Dockerfile
+++ b/node_slim/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bookworm-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
-ENV NODE_VERSION 24.0.0
+ENV NODE_VERSION 24.0.1
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \Relevant Maintainers:
|
yosifkit
approved these changes
May 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: nodejs/docker-node#2234
@LaurentGoderre @PeterDaveHello @SimenB @Starefossen @nschonni @ttshivers