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 0d0b9fa commit 3b4b75aCopy full SHA for 3b4b75a
Dockerfile
@@ -5,8 +5,8 @@ ARG TARGETPLATFORM
5
# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
6
# gpg keys listed at https://github.com/nodejs/node#release-team
7
8
-ENV NPM_CONFIG_LOGLEVEL info
9
-ENV NODE_VERSION 20.17.0
+ENV NPM_CONFIG_LOGLEVEL=info
+ENV NODE_VERSION=22.13.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