Skip to content

Commit

Permalink
[Snyk] Security upgrade nginx from 1.25.5-alpine to 1.26.1-alpine (#23)
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-ALPINE319-BUSYBOX-6913413
- https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845
- https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846
- https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846
- https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928847

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
dark-vex and snyk-bot committed May 31, 2024
1 parent e5367fd commit 3f413a7
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.5-alpine
FROM nginx:1.26.1-alpine

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

Expand Down

0 comments on commit 3f413a7

Please sign in to comment.