We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8f7bd commit 80bb596Copy full SHA for 80bb596
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ ARG TARGETPLATFORM
6
# gpg keys listed at https://github.com/nodejs/node#release-team
7
8
ENV NPM_CONFIG_LOGLEVEL=info
9
-ENV NODE_VERSION=24.11.0
+ENV NODE_VERSION=24.14.0
10
11
RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "x64"; else echo "arm64"; fi) \
12
buildDeps='xz-utils curl ca-certificates gnupg2 lsb-release dirmngr' \
0 commit comments