Skip to content

Commit

Permalink
fix: packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabil…
Browse files Browse the repository at this point in the history
…ities (#3729)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-CURL-8499545
- https://snyk.io/vuln/SNYK-ALPINE320-CURL-8499545

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
oddvernes and snyk-bot authored Feb 7, 2025
1 parent bd1d6bf commit 75c88a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eds-lab-react/Dockerfile.storybook
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.2-alpine
FROM nginx:1.27.4-alpine

WORKDIR /app

Expand Down

0 comments on commit 75c88a9

Please sign in to comment.