We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ee277 commit 8a0920fCopy full SHA for 8a0920f
24/bullseye/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:bullseye
3
RUN groupadd --gid 1000 node \
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
6
-ENV NODE_VERSION=24.10.0
+ENV NODE_VERSION=24.11.0
7
8
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
9
&& case "${dpkgArch##*-}" in \
24/trixie/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:trixie
0 commit comments