From c6323cae38fc1f7afa12f4030ecbd584aa5f355a Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 18 May 2025 12:09:31 +0000 Subject: [PATCH] Update Node.js to v23.11.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 9037258..5e28fd1 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -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 -- 2.47.2