Skip to content

Commit

Permalink
fix: apps/magic-link/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 16, 2024
1 parent 2547e1d commit 2902e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/magic-link/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY --from=builder ./app/out/full/ .
RUN pnpm turbo run build --filter=magic-link...

# ========================================================================
FROM nginx:1.24-alpine3.17 as runner
FROM nginx:1.27.2-alpine3.20-slim as runner

COPY --from=installer ./app/apps/magic-link/dist/ /usr/share/nginx/html
COPY apps/magic-link/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 2902e9b

Please sign in to comment.