Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: nginx/Dockerfile to reduce vulnerabilities
  • Loading branch information
snyk-bot committed May 4, 2023
commit f82f12a7aacc249cd5a928ec47a3f43bae5ea59b
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull in the from the official nginx image.
FROM nginx:latest
FROM nginx:1-bullseye

EXPOSE 80

Expand Down