From e2752da3818dea5e4023042f885f12a3aa3394a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:31:54 +0000 Subject: [PATCH] Bump node from 25-alpine to 26-alpine in /Storage/AzureFiles/Bicep Bumps node from 25-alpine to 26-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Storage/AzureFiles/Bicep/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/AzureFiles/Bicep/Dockerfile b/Storage/AzureFiles/Bicep/Dockerfile index 4f473d2..e2a0b84 100644 --- a/Storage/AzureFiles/Bicep/Dockerfile +++ b/Storage/AzureFiles/Bicep/Dockerfile @@ -1,4 +1,4 @@ -FROM node:25-alpine +FROM node:26-alpine WORKDIR /app COPY package.json /app