Skip to content

Commit 8a2a049

Browse files
fix(deps): update npm - - package.json
1 parent 6981427 commit 8a2a049

4 files changed

Lines changed: 945 additions & 1107 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:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS builder
1+
FROM node:24@sha256:33cf7f057918860b043c307751ef621d74ac96f875b79b6724dcebf2dfd0db6d 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:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS production
20+
FROM node:24@sha256:33cf7f057918860b043c307751ef621d74ac96f875b79b6724dcebf2dfd0db6d AS production
2121

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
retries: 12
4141
start_period: 10s
4242
mongodb:
43-
image: mongo:7@sha256:606f8e029603330411a7dd10b5ffd50eefc297fc80cee89f10a455e496a76ae7
43+
image: mongo:7@sha256:43fddee7e532a920f3dfdee9e8f4834398c155c26bcb92d790cc1cd3c630fc40
4444
ports:
4545
- '27017:27017'
4646
networks:

0 commit comments

Comments
 (0)