Compare commits

...

2 Commits

Author SHA1 Message Date
ngn
c127c62492 Merge pull request 'Update Node.js to v23.7.0' (#18) from renovate/node-23.x into main
Some checks failed
Build the docker image for the frontend application / build (push) Waiting to run
Build the docker image for the doc server / build (push) Waiting to run
Build the docker image for the API / build (push) Has been cancelled
Reviewed-on: #18
2025-02-04 23:24:01 +03:00
1389233108 Update Node.js to v23.7.0 2025-01-31 20:04:10 +00:00

View File

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