Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 8.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
Loading