From 71e588bb9a49a8b5cd113b10f6e9325653b4e726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:54:53 +0000 Subject: [PATCH] chore(deps): bump node from 22-alpine to 26-alpine Bumps node from 22-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dashboard b/Dockerfile.dashboard index 04aed19..aa3536b 100644 --- a/Dockerfile.dashboard +++ b/Dockerfile.dashboard @@ -1,5 +1,5 @@ # Stage 1: build the React dashboard from the pnpm workspace. -FROM node:22-alpine AS web +FROM node:26-alpine AS web ENV CI=true WORKDIR /web RUN corepack enable && corepack prepare pnpm@10.28.1 --activate