Skip to content

Uplift the nodejs install in the server Dockerfile - #4984

Open
hornokattila wants to merge 7 commits into
Ericsson:masterfrom
hornokattila:issue-4090
Open

Uplift the nodejs install in the server Dockerfile#4984
hornokattila wants to merge 7 commits into
Ericsson:masterfrom
hornokattila:issue-4090

Conversation

@hornokattila

@hornokattila hornokattila commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Addresses #4090: Uplift Node.js installation in server Dockerfile

Replace the deprecated deb.nodesource.com/setup_X.x shell script with the new NodeSource signed-repository method. The old setup_X.x scripts are deprecated by NodeSource, show a 60-second warning during build, and will eventually be removed entirely. The new method is their only supported approach.

Also upgrades Node.js from 20 to 22 LTS.

Changes

  • web/docker/Dockerfile — Replaced curl | bash install with GPG keyring + apt sources list approach. Node version is now a NODE_MAJOR build arg for easy future upgrades.
  • docs/README.md — Updated developer setup instructions to match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant