Skip to content

Commit ad49d10

Browse files
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] <[email protected]>
1 parent 88eae7e commit ad49d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DevDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
22
# SPDX-License-Identifier: MIT
3-
FROM node:14-alpine as builder
3+
FROM node:25-alpine as builder
44
COPY . /opt/website
55
WORKDIR /opt/website
66
ARG REACT_APP_SERVER=http://localhost:4000

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
22
# SPDX-License-Identifier: MIT
3-
FROM node:14-alpine as builder
3+
FROM node:25-alpine as builder
44
COPY . /opt/website
55
WORKDIR /opt/website
66

0 commit comments

Comments
 (0)