From 5d69e1dc5e2a7b70bda2ccf1785d7277b6523bee Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Tue, 3 Feb 2026 11:09:42 +0100 Subject: [PATCH 1/2] nvm and node version bumps - nvm 0.40.3 - node 24.13.0 LTS --- 8.2/Dockerfile | 4 ++-- 8.3/Dockerfile | 4 ++-- 8.4/Dockerfile | 4 ++-- 8.5/Dockerfile | 4 ++-- README.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index a27ef644..ecdccb23 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 diff --git a/8.3/Dockerfile b/8.3/Dockerfile index b692e638..b03d4d4d 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 diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 13fe0d88..7ebc3373 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 diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 738a72d3..1e036f6c 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 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`). From 72189eb73fe0bd475122e0d8747427a68aab4358 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Tue, 3 Feb 2026 11:11:06 +0100 Subject: [PATCH 2/2] VS Code Server version bumps - VS Code Server 4.108.2 - GitLens 17.9,0 - Xdebug 1.40.0 --- 8.2/Dockerfile | 6 +++--- 8.3/Dockerfile | 6 +++--- 8.4/Dockerfile | 6 +++--- 8.5/Dockerfile | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index ecdccb23..bba79835 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -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 b03d4d4d..d4405542 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -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 7ebc3373..7de03414 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -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 1e036f6c..240727ee 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -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