Compare commits

..

1 Commits

Author SHA1 Message Date
f04334838f Update Node.js to v23.9.0 2025-02-27 02:05:16 +00:00

View File

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