Skip to content

Commit

Permalink
[Snyk] Security upgrade nginx from 1.25.3-alpine to 1.25.4-alpine (#19)
Browse files Browse the repository at this point in the history
fix: buildtools/Dockerfile.nginx to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040
- https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
dark-vex and snyk-bot authored Feb 16, 2024
1 parent 523d108 commit 0b2126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create nginx container for arlo.fail
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine

RUN apk -U upgrade && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 0b2126d

Please sign in to comment.