From 024bbac049295aa2186013020a7ac465fda526a2 Mon Sep 17 00:00:00 2001 From: Tim Hellhake Date: Mon, 3 Jun 2024 23:32:14 +0200 Subject: [PATCH] Update nvm version --- toolchain/linux-arm/node/Dockerfile | 2 +- toolchain/linux-arm64/node/Dockerfile | 2 +- toolchain/linux-x64/node/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/linux-arm/node/Dockerfile b/toolchain/linux-arm/node/Dockerfile index 33cceb1..f74d6bb 100644 --- a/toolchain/linux-arm/node/Dockerfile +++ b/toolchain/linux-arm/node/Dockerfile @@ -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} && \ diff --git a/toolchain/linux-arm64/node/Dockerfile b/toolchain/linux-arm64/node/Dockerfile index 7b4cb5a..0b077ea 100644 --- a/toolchain/linux-arm64/node/Dockerfile +++ b/toolchain/linux-arm64/node/Dockerfile @@ -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} && \ diff --git a/toolchain/linux-x64/node/Dockerfile b/toolchain/linux-x64/node/Dockerfile index e37f9ef..42b5058 100644 --- a/toolchain/linux-x64/node/Dockerfile +++ b/toolchain/linux-x64/node/Dockerfile @@ -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} && \