Skip to content

Commit 94b8716

Browse files
fix(deps): update npm - - package.json
1 parent 6fb63d0 commit 94b8716

File tree

4 files changed

+327
-385
lines changed

4 files changed

+327
-385
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20@sha256:c0280010525e13fdb12f34cdb2229f0f45e9f9cdd4b13c2e9cb8a66b791d65ca AS builder
1+
FROM node:20@sha256:94a5714e6b243bf37a1767e637996302fadd9443327f5bdbf0179758fe70cacd 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:20@sha256:c0280010525e13fdb12f34cdb2229f0f45e9f9cdd4b13c2e9cb8a66b791d65ca AS production
20+
FROM node:20@sha256:94a5714e6b243bf37a1767e637996302fadd9443327f5bdbf0179758fe70cacd 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
@@ -31,7 +31,7 @@ services:
3131
# - Unset/empty = Same-origin only (most secure)
3232
- ALLOWED_ORIGINS=
3333
mongodb:
34-
image: mongo:7@sha256:606f8e029603330411a7dd10b5ffd50eefc297fc80cee89f10a455e496a76ae7
34+
image: mongo:7@sha256:ec8db0ca1399e7030e9a6dbbabcbbb6ba4bfb5cbef4399242b2c7736b923f70f
3535
ports:
3636
- '27017:27017'
3737
networks:

0 commit comments

Comments
 (0)