Skip to content

Commit c0ba816

Browse files
authored
Merge pull request #1445 from finos/renovate/major-24-dockerfile
chore(deps): update node.js to v24 - - dockerfile
2 parents 06bbe90 + fca94af commit c0ba816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9 AS builder
1+
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS builder
22

33
USER root
44

@@ -17,7 +17,7 @@ RUN npm run build-ui \
1717
&& cp config.schema.json dist/ \
1818
&& npm prune --omit=dev
1919

20-
FROM node:22@sha256:b501c082306a4f528bc4038cbf2fbb58095d583d0419a259b2114b5ac53d12e9 AS production
20+
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS production
2121

2222
COPY --from=builder /out/package*.json ./
2323
COPY --from=builder /out/node_modules/ /app/node_modules/

0 commit comments

Comments
 (0)