diff --git a/8.1/Dockerfile b/8.1/Dockerfile index c91c9e7a..b25b0482 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -328,7 +328,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ NVM_VERSION=0.40.1 \ - NODE_VERSION=20.16.0 \ + NODE_VERSION=20.17.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 ad81351d..2b1e4e1c 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -329,7 +329,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ NVM_VERSION=0.40.1 \ - NODE_VERSION=20.16.0 \ + NODE_VERSION=20.17.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 5246ed16..ca3fec8c 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -338,7 +338,7 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ NVM_VERSION=0.40.1 \ - NODE_VERSION=20.16.0 \ + NODE_VERSION=20.17.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22