Update Node.js to v23.11.1

This commit is contained in:
renovate 2025-05-18 12:09:31 +00:00
parent 426c474016
commit c6323cae38

View File

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