Skip to content

Commit a05bfb8

Browse files
build(deps): bump node from 22-alpine to 24-alpine
Bumps node from 22-alpine to 24-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90c6cda commit a05bfb8

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:22 AS build
1+
FROM node:24 AS build
22

33
RUN mkdir /zeppelin
44
RUN chown node:node /zeppelin
@@ -33,7 +33,7 @@ RUN npm run build
3333
WORKDIR /zeppelin
3434
RUN npm prune --omit=dev
3535

36-
FROM node:22-alpine AS main
36+
FROM node:24-alpine AS main
3737

3838
USER node
3939
COPY --from=build --chown=node:node /zeppelin /zeppelin

0 commit comments

Comments
 (0)