Compare commits

...

1 Commits

Author SHA1 Message Date
1ee5249e13 Update Node.js to v23.6.1 2025-01-27 11:06:38 +00:00

View File

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