From a9a6f77ef4b331a40103367de3b7f2644832f52d Mon Sep 17 00:00:00 2001 From: Shelane French Date: Thu, 1 Aug 2024 10:09:25 -0700 Subject: [PATCH] updates nvm 0.39.7 => 0.40.0, node 20.12.2 => 20.16.0 --- 8.1/Dockerfile | 4 ++-- 8.2/Dockerfile | 4 ++-- 8.3/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 3bc53524..687049ec 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -325,8 +325,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.39.7 \ - NODE_VERSION=20.12.2 \ + NVM_VERSION=0.40.0 \ + NODE_VERSION=20.16.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 191db882..4d1a038e 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -326,8 +326,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.39.7 \ - NODE_VERSION=20.12.2 \ + NVM_VERSION=0.40.0 \ + NODE_VERSION=20.16.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 0cb77e46..da5c3589 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -335,8 +335,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.39.7 \ - NODE_VERSION=20.12.2 \ + NVM_VERSION=0.40.0 \ + NODE_VERSION=20.16.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22