Files
docker-docs/content/guides/reactjs
Kristiyan Velkov c15aa40f28 [feat] increare the docker base images for node.js, nginx for sample projects angular, react.js, vue.js (#23388)
## 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
2025-09-10 16:00:23 +01:00
..