mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 18:27:18 +00:00
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>
This commit is contained in:
parent
440649ec7b
commit
4f95f886d3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:22 AS build
|
||||
FROM node:24 AS build
|
||||
|
||||
RUN mkdir /zeppelin
|
||||
RUN chown node:node /zeppelin
|
||||
|
@ -31,7 +31,7 @@ RUN npm run build
|
|||
WORKDIR /zeppelin
|
||||
RUN npm prune --omit=dev
|
||||
|
||||
FROM node:22-alpine AS main
|
||||
FROM node:24-alpine AS main
|
||||
|
||||
USER node
|
||||
COPY --from=build --chown=node:node /zeppelin /zeppelin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue