From 1389233108994d8de0eafdafc10cf8e6dccf0e47 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 31 Jan 2025 20:04:10 +0000 Subject: [PATCH] Update Node.js to v23.7.0 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 03128f5..2f2b40d 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ # build the application with node -FROM node:23.6.0 AS build +FROM node:23.7.0 AS build ARG WEBSITE_REPORT_URL ARG WEBSITE_SOURCE_URL