From 6295dd8f42dedae62ce34d6c69515ebbaaf734c5 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 14 Mar 2025 17:03:14 +0000 Subject: [PATCH] Update Node.js to v23.10.0 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2f2b40d..3c5789f 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ # build the application with node -FROM node:23.7.0 AS build +FROM node:23.10.0 AS build ARG WEBSITE_REPORT_URL ARG WEBSITE_SOURCE_URL