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