Upgrade Node Image in Docker File to LTS version
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Currently the latest Docker build uses a version of Node that has surpassed its [EOL](https://nodejs.org/en/blog/announcements/nodejs16-eol). We should consider upgrading to the latest LTS version (20) which brings benefits such as bug fixes, performance improvements, new features, better compatibility with modern technologies, and future-proofing your application.
Contributor guide
Research direction
Find the repository's Dockerfile and inspect the current Node base image. Update it to Node 20 LTS, then build the Docker image to confirm the change works and the build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, node.js
- Domain
- devops
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100