Skip to content

Commit

Permalink
fix: src-app/storybook/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 5fc9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-app/storybook/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 storybook

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

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

Expand Down

0 comments on commit 5fc9bbc

Please sign in to comment.