Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
c9792fb6be Merge pull request 'Update Node.js to v23.11.0' (#35) from renovate/node-23.x into main
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 40s
Reviewed-on: #35
2025-04-05 23:24:26 +03:00
f7e4442de5 Update Node.js to v23.11.0 2025-04-01 21:03:03 +00:00

View File

@ -1,5 +1,5 @@
# build the application with node
FROM node:23.7.0 AS build
FROM node:23.11.0 AS build
ARG WEBSITE_REPORT_URL
ARG WEBSITE_SOURCE_URL