Skip to content

Commit

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
dark-vex and snyk-bot committed Dec 7, 2023
1 parent 8245ff8 commit aec7dba
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.2-alpine
FROM nginx:1.25.3-alpine

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

Expand Down

0 comments on commit aec7dba

Please sign in to comment.