Skip to content

Commit 8a0920f

Browse files
feat: Node.js 24.11.0
1 parent 79ee277 commit 8a0920f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

24/bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:bullseye
33
RUN groupadd --gid 1000 node \
44
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
55

6-
ENV NODE_VERSION=24.10.0
6+
ENV NODE_VERSION=24.11.0
77

88
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \

24/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:trixie
33
RUN groupadd --gid 1000 node \
44
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
55

6-
ENV NODE_VERSION=24.10.0
6+
ENV NODE_VERSION=24.11.0
77

88
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \

0 commit comments

Comments
 (0)