Skip to content

Commit

Permalink
fix: src-app/blog/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 24, 2024
1 parent dd4f385 commit 28b72a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-app/blog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update \
COPY . .
RUN pnpx appkit build blog

FROM nginx:stable-alpine
FROM nginx:1.26.1-alpine3.19

COPY --from=builder /src-blog/public /usr/share/nginx/html

Expand Down

0 comments on commit 28b72a7

Please sign in to comment.