Update Node.js to v24 (#239)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Taras
2026-01-07 16:28:14 +02:00
committed by GitHub
parent d7089d7c39
commit 23a4e115b3

View File

@@ -1,5 +1,5 @@
# Stage 1: Frontend build
FROM node:22.21.1 AS frontend-builder
FROM node:24.11.1 AS frontend-builder
#############################################
############# Building web ##################