Skip to content

Commit 80bb596

Browse files
committed
bump nodejs
1 parent dc8f7bd commit 80bb596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETPLATFORM
66
# gpg keys listed at https://github.com/nodejs/node#release-team
77

88
ENV NPM_CONFIG_LOGLEVEL=info
9-
ENV NODE_VERSION=24.11.0
9+
ENV NODE_VERSION=24.14.0
1010

1111
RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "x64"; else echo "arm64"; fi) \
1212
buildDeps='xz-utils curl ca-certificates gnupg2 lsb-release dirmngr' \

0 commit comments

Comments
 (0)