Skip to content

Commit e7631b7

Browse files
build(deps): bump node from 22-alpine to 25-alpine
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 ec09c17 commit e7631b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24 AS build
1+
FROM node:25 AS build
22

33
ARG COMMIT_HASH
44
ARG BUILD_TIME
@@ -43,7 +43,7 @@ RUN echo "${BUILD_TIME}" > /zeppelin/.build-time
4343

4444
# --- Main image ---
4545

46-
FROM node:24-alpine AS main
46+
FROM node:25-alpine AS main
4747

4848
RUN npm install -g [email protected]
4949

0 commit comments

Comments
 (0)