From 3317b5fba7a8dfee022e6429b50076685e0e5b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:31:57 +0000 Subject: [PATCH] Bump node from 14-alpine to 25-alpine Bumps node from 14-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DevDockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevDockerfile b/DevDockerfile index b2c29482..9142f5d4 100644 --- a/DevDockerfile +++ b/DevDockerfile @@ -1,6 +1,6 @@ # Copyright (c) Microsoft Corporation and others. Licensed under the MIT license. # SPDX-License-Identifier: MIT -FROM node:14-alpine as builder +FROM node:25-alpine as builder COPY . /opt/website WORKDIR /opt/website ARG REACT_APP_SERVER=http://localhost:4000 diff --git a/Dockerfile b/Dockerfile index 64466a71..026474d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) Microsoft Corporation and others. Licensed under the MIT license. # SPDX-License-Identifier: MIT -FROM node:14-alpine as builder +FROM node:25-alpine as builder COPY . /opt/website WORKDIR /opt/website