Skip to content

Commit

Permalink
NodeJS 22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 8, 2025
1 parent 0d0b9fa commit 3b4b75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG TARGETPLATFORM
# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
# gpg keys listed at https://github.com/nodejs/node#release-team

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 20.17.0
ENV NPM_CONFIG_LOGLEVEL=info
ENV NODE_VERSION=22.13.0

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

0 comments on commit 3b4b75a

Please sign in to comment.