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.
2 parents 1249fec + 7270a16 commit 2c9336cCopy full SHA for 2c9336c
Dockerfile
@@ -45,12 +45,12 @@ RUN ((cat /etc/os-release | grep ID | grep alpine) && apk add --no-cache musl-de
45
&& rm -rf $CARGO_HOME/registry/
46
47
# ----------------------
48
-# node 22.17.1 via https://github.com/nodejs/docker-node/blob/main/22/bookworm/Dockerfile
+# node 24.4.1 via https://github.com/nodejs/docker-node/blob/main/24/bookworm/Dockerfile
49
50
RUN groupadd --gid 1000 node \
51
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
52
53
-ENV NODE_VERSION 22.17.1
+ENV NODE_VERSION 24.4.1
54
55
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
56
&& case "${dpkgArch##*-}" in \
0 commit comments