Skip to content

Commit 2b3d53f

Browse files
build(deps): bump node from 22-alpine to 25-alpine in /frontend
Bumps node from 22-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 babfe85 commit 2b3d53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944 AS build
1+
FROM node:25-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11 AS build
22

33
RUN corepack enable
44
COPY package.json pnpm-lock.yaml ./
@@ -7,7 +7,7 @@ COPY . .
77
RUN pnpm run build && \
88
pnpm prune --prod
99

10-
FROM node:22-alpine@sha256:9bef0ef1e268f60627da9ba7d7605e8831d5b56ad07487d24d1aa386336d1944
10+
FROM node:25-alpine@sha256:7e467cc5aa91c87e94f93c4608cf234ca24aac3ec941f7f3db207367ccccdd11
1111
COPY --from=build node_modules/ node_modules
1212
COPY --from=build build/ build
1313

0 commit comments

Comments
 (0)