Update Node.js to v24.15.0 (#440)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Taras
2026-05-07 11:01:04 +03:00
committed by GitHub
parent 4c2e488619
commit 87891462cf
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Frontend build
FROM node:24.14.1 AS frontend-builder
FROM node:24.15.0 AS frontend-builder
#############################################
############# Building web ##################