Skip to content

Commit

Permalink
Update nvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hellhake committed Jun 3, 2024
1 parent e8515b3 commit 024bbac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion toolchain/linux-arm/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update && \
zlib1g-dev && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.36.0/install.sh | bash && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.39.7/install.sh | bash && \
bash -c "export NVM_DIR=\${HOME}/.nvm && \
source \${NVM_DIR}/nvm.sh && \
nvm install ${NODE_VERSION} && \
Expand Down
2 changes: 1 addition & 1 deletion toolchain/linux-arm64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update && \
zlib1g-dev && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.36.0/install.sh | bash && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.39.7/install.sh | bash && \
bash -c "export NVM_DIR=\${HOME}/.nvm && \
source \${NVM_DIR}/nvm.sh && \
nvm install ${NODE_VERSION} && \
Expand Down
2 changes: 1 addition & 1 deletion toolchain/linux-x64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update && \
zlib1g-dev && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.36.0/install.sh | bash && \
curl -o- https://github.com/raw/nvm-sh/nvm/v0.39.7/install.sh | bash && \
bash -c "export NVM_DIR=\${HOME}/.nvm && \
source \${NVM_DIR}/nvm.sh && \
nvm install ${NODE_VERSION} && \
Expand Down

0 comments on commit 024bbac

Please sign in to comment.