From 3fd8ac8a609eccc269ed2f3430a46b114eab3ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:05:17 +0000 Subject: [PATCH] Bump node from 25.5.0-alpine to 26.8-alpine in /services/org-footprint Bumps node from 25.5.0-alpine to 26.8-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26.8-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/org-footprint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/org-footprint/Dockerfile b/services/org-footprint/Dockerfile index 8e827e3368..896bc33de6 100644 --- a/services/org-footprint/Dockerfile +++ b/services/org-footprint/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM node:25.5.0-alpine AS production +FROM node:26.8-alpine AS production ENV NODE_ENV production