Skip to content

fix: update docker base image to node 20#67

Open
Fpalumbo42 wants to merge 1 commit intomicrosoft:mainfrom
Fpalumbo42:fix-docker-node-version
Open

fix: update docker base image to node 20#67
Fpalumbo42 wants to merge 1 commit intomicrosoft:mainfrom
Fpalumbo42:fix-docker-node-version

Conversation

@Fpalumbo42
Copy link
Copy Markdown

Fixes #66

The docker build was failing on npm install -g npm because the new global npm requires Node.js >= 20.17.
This PR just bumps the base image to node:20-alpine to fix the EBADENGINE error and get it building again.

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.

Docker build fails with EBADENGINE (npm requires node 20+)

1 participant