File tree Expand file tree Collapse file tree 4 files changed +1335
-1700
lines changed
Expand file tree Collapse file tree 4 files changed +1335
-1700
lines changed Original file line number Diff line number Diff line change 1- FROM node:20 AS builder
1+ FROM node:20@sha256:3680462e16df266d30b103a3e38e2bc315bf917d0ab873fbddbee437bf0bd2d0 AS builder
22
33USER 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 AS production
20+ FROM node:20@sha256:3680462e16df266d30b103a3e38e2bc315bf917d0ab873fbddbee437bf0bd2d0 AS production
2121
2222COPY --from=builder /out/package*.json ./
2323COPY --from=builder /out/node_modules/ /app/node_modules/
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 # - Unset/empty = Same-origin only (most secure)
3232 - ALLOWED_ORIGINS=
3333 mongodb :
34- image : mongo:7
34+ image : mongo:7@sha256:606f8e029603330411a7dd10b5ffd50eefc297fc80cee89f10a455e496a76ae7
3535 ports :
3636 - ' 27017:27017'
3737 networks :
You can’t perform that action at this time.
0 commit comments