mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
## Description This PR updates the Docker build arguments for all front-end project guides (React.js, Angular, Vue.js) to use the latest Node.js and NGINX versions for improved security, stability, and performance. ### Changes Made - Updated Node.js version: From 22.14.0-alpine → 24.7.0-alpine - Updated NGINX version: From alpine3.21 → alpine3.22 ### Impact - Ensures projects are built on the latest stable Node.js runtime without security issues. - Provides updated NGINX base image for better performance and security patches. - Aligns Docker images across React.js, Angular, and Vue.js guides with consistent and up-to-date configurations. - [x] Technical review