From aac31fcea28c52e5cedb4235538951618ca055a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:29:32 +0000 Subject: [PATCH] Bump node from 22-alpine to 25-alpine in /client Bumps node from 22-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index b73646a0..e3c90c15 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,5 +1,5 @@ # Build the client files in a build stage -FROM node:22-alpine as ngbuild +FROM node:25-alpine as ngbuild WORKDIR /client