diff --git a/8.2/Dockerfile b/8.2/Dockerfile index a27ef644..bba79835 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -257,8 +257,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.40.3 \ - NODE_VERSION=22.20.0 \ + NVM_VERSION=0.40.4 \ + NODE_VERSION=24.13.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 @@ -350,9 +350,9 @@ USER docker ARG HOME=/home/docker ENV \ - CODE_SERVER_VERSION=4.104.3 \ - VSCODE_GITLENS_VERSION=17.6.1 \ - VSCODE_XDEBUG_VERSION=1.37.0 \ + CODE_SERVER_VERSION=4.108.2 \ + VSCODE_GITLENS_VERSION=17.9.0 \ + VSCODE_XDEBUG_VERSION=1.40.0 \ VSCODE_HOME="${HOME}/code-server" # Install code-server diff --git a/8.3/Dockerfile b/8.3/Dockerfile index b692e638..d4405542 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -257,8 +257,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.40.3 \ - NODE_VERSION=22.20.0 \ + NVM_VERSION=0.40.4 \ + NODE_VERSION=24.13.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 @@ -350,9 +350,9 @@ USER docker ARG HOME=/home/docker ENV \ - CODE_SERVER_VERSION=4.104.3 \ - VSCODE_GITLENS_VERSION=17.6.1 \ - VSCODE_XDEBUG_VERSION=1.37.0 \ + CODE_SERVER_VERSION=4.108.2 \ + VSCODE_GITLENS_VERSION=17.9.0 \ + VSCODE_XDEBUG_VERSION=1.40.0 \ VSCODE_HOME="${HOME}/code-server" # Install code-server diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 13fe0d88..7de03414 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -257,8 +257,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.40.3 \ - NODE_VERSION=22.20.0 \ + NVM_VERSION=0.40.4 \ + NODE_VERSION=24.13.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 @@ -350,9 +350,9 @@ USER docker ARG HOME=/home/docker ENV \ - CODE_SERVER_VERSION=4.104.3 \ - VSCODE_GITLENS_VERSION=17.6.1 \ - VSCODE_XDEBUG_VERSION=1.37.0 \ + CODE_SERVER_VERSION=4.108.2 \ + VSCODE_GITLENS_VERSION=17.9.0 \ + VSCODE_XDEBUG_VERSION=1.40.0 \ VSCODE_HOME="${HOME}/code-server" # Install code-server diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 738a72d3..240727ee 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -260,8 +260,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil # Node.js (installed as user) ENV \ - NVM_VERSION=0.40.3 \ - NODE_VERSION=22.20.0 \ + NVM_VERSION=0.40.4 \ + NODE_VERSION=24.13.0 \ # Yarn (Classic v1) # https://github.com/yarnpkg/yarn/releases YARN_VERSION=1.22.22 @@ -353,9 +353,9 @@ USER docker ARG HOME=/home/docker ENV \ - CODE_SERVER_VERSION=4.104.3 \ - VSCODE_GITLENS_VERSION=17.6.1 \ - VSCODE_XDEBUG_VERSION=1.37.0 \ + CODE_SERVER_VERSION=4.108.2 \ + VSCODE_GITLENS_VERSION=17.9.0 \ + VSCODE_XDEBUG_VERSION=1.40.0 \ VSCODE_HOME="${HOME}/code-server" # Install code-server diff --git a/README.md b/README.md index c8304738..f9c43634 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ cli ## NodeJS - nvm -- node v22.20.0 LTS (following NodeJS LTS release cycle) +- node v24.13.0 LTS (following NodeJS LTS release cycle) - yarn (classic v1) NodeJS is installed via `nvm` in the `docker` user's profile inside the image (`/home/docker/.nvm`).