Update Node.js to v23.8.0

This commit is contained in:
renovate 2025-02-15 17:04:14 +00:00
parent 4380638982
commit 3025f0a073

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