Skip to content

Commit 58b91a1

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] <support@github.com>
1 parent 1694309 commit 58b91a1

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
RUN mkdir /zeppelin
44
RUN chown node:node /zeppelin
@@ -37,7 +37,7 @@ RUN CI=true pnpm install --prod
3737

3838
# --- Main image ---
3939

40-
FROM node:24-alpine AS main
40+
FROM node:25-alpine AS main
4141

4242
RUN npm install -g pnpm@10.19.0
4343

0 commit comments

Comments
 (0)