Compare commits

..

3 Commits

Author SHA1 Message Date
ngn
565ed66f70 Merge pull request 'Update Node.js to v23.6.0' (#6) from renovate/node-23.x into main
All checks were successful
Build the docker image for the API / build (push) Successful in 8s
Build the docker image for the frontend application / build (push) Successful in 50s
Build the docker image for the doc server / build (push) Successful in 8s
Reviewed-on: #6
2025-01-20 19:40:28 +03:00
ngn
12da87479c Merge branch 'main' into renovate/node-23.x 2025-01-20 19:40:15 +03:00
7d5b649bd7 Update Node.js to v23.6.0 2025-01-20 07:02:13 +00:00

View File

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