Update Node.js to v22.20.0 (#204)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Taras
2025-10-17 08:11:04 +00:00
committed by GitHub
parent 7bf291f71f
commit f93082b5cd
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Frontend build
FROM node:22.19.0 AS frontend-builder
FROM node:22.20.0 AS frontend-builder
#############################################
############# Building web ##################