Skip to content

Commit 3b4b75a

Browse files
committed
NodeJS 22.13
1 parent 0d0b9fa commit 3b4b75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG TARGETPLATFORM
55
# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
66
# gpg keys listed at https://github.com/nodejs/node#release-team
77

8-
ENV NPM_CONFIG_LOGLEVEL info
9-
ENV NODE_VERSION 20.17.0
8+
ENV NPM_CONFIG_LOGLEVEL=info
9+
ENV NODE_VERSION=22.13.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)