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 d2e6cd7 commit 932e576Copy full SHA for 932e576
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 24.4.1 via https://github.com/nodejs/docker-node/blob/main/24/bookworm/Dockerfile
+# node 22.17.1 via https://github.com/nodejs/docker-node/blob/main/22/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 24.4.1
+ENV NODE_VERSION 22.17.1
54
55
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
56
&& case "${dpkgArch##*-}" in \
0 commit comments