Update Node.js to v23.8.0

This commit is contained in:
renovate 2025-02-14 02:03:53 +00:00
parent a1967141ae
commit 620ff5ba41

View File

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