Skip to content

Commit d303f2b

Browse files
fix(deps): update npm - - package.json
1 parent ecd6161 commit d303f2b

4 files changed

Lines changed: 858 additions & 1518 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:20 AS builder
1+
FROM node:20@sha256:929de1eecc6450613bf37eea2f93f3d362b536a465d74e962488b5eca1168948 AS builder
22

33
USER 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:929de1eecc6450613bf37eea2f93f3d362b536a465d74e962488b5eca1168948 AS production
2020

2121
COPY --from=builder /app/package*.json ./
2222
COPY --from=builder /app/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
34+
image: mongo:7@sha256:32b5cbf6e1075ad0f5eb2b880ee61e985d5135519a7a34a7d81712af37f27913
3535
ports:
3636
- '27017:27017'
3737
networks:

0 commit comments

Comments
 (0)