Update Node.js to v23.6.0

This commit is contained in:
renovate 2025-01-20 07:02:13 +00:00
parent 21c5a2ee53
commit 7d5b649bd7

View File

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