From f04334838fef7d55a3a5c88fb3cc820727e9238d Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 27 Feb 2025 02:05:16 +0000 Subject: [PATCH] Update Node.js to v23.9.0 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2f2b40d..e6e6217 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.9.0 AS build ARG WEBSITE_REPORT_URL ARG WEBSITE_SOURCE_URL