File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:20 AS builder
1+ FROM node:20@sha256:c97ef2b60571a2ff99bf192ed3c92963cfeb155d957eae3d8a3670ad9054ef1f AS builder
22
33USER root
44
@@ -16,7 +16,7 @@ RUN npm pkg delete scripts.prepare \
1616 && cp config.schema.json dist/ \
1717 && npm prune --omit=dev
1818
19- FROM node:20 AS production
19+ FROM node:20@sha256:c97ef2b60571a2ff99bf192ed3c92963cfeb155d957eae3d8a3670ad9054ef1f AS production
2020
2121COPY --from=builder /app/package*.json ./
2222COPY --from=builder /app/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:8de574ce88c80b8bf7b839c3f327fabe271445dd05ea0ad8761e396a7d551ba2
3535 ports :
3636 - ' 27017:27017'
3737 networks :
You can’t perform that action at this time.
0 commit comments