Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#86)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-CURL-5915640
- https://snyk.io/vuln/SNYK-ALPINE317-CURL-5915640
- https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
Andilun and snyk-bot authored Oct 6, 2023
1 parent e50ff64 commit 5c505df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM nginx:1.24-alpine
FROM nginx:1.25.2-alpine

RUN apk update && apk upgrade && \
apk add --no-cache nodejs yarn && \
Expand Down

0 comments on commit 5c505df

Please sign in to comment.