You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is about the documentation content or website
Type of issue
Other
Description
The project is currently using Node.js 18.0.0, which has multiple known security vulnerabilities and is not an LTS release.
Since its release on April 19, 2022, several security patches have been issued. Running an outdated version exposes the application to potential attacks.
Is this a docs issue?
Type of issue
Other
Description
The project is currently using Node.js 18.0.0, which has multiple known security vulnerabilities and is not an LTS release.
Since its release on April 19, 2022, several security patches have been issued. Running an outdated version exposes the application to potential attacks.
Security Risks
Location
https://docs.docker.com/guides/nodejs/develop/
Suggestion
Upgrade Node.js to the latest LTS release (Node.js 22.14.0 or later)
ARG NODE_VERSION=22.14.0-alpine
The text was updated successfully, but these errors were encountered: