Skip to content

Commit

Permalink
fix: docker/nginx/Dockerfile to reduce vulnerabilities (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Jul 17, 2022
1 parent b03717d commit 1e727aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the default image. Do not use like those guys who use a Linux distro then install nginx
FROM nginx:1.21
FROM nginx:1.22

# Install nano because using vi is like using a donkey at the age of intergalactic travel
RUN apt-get update && apt-get -q -y install nano

0 comments on commit 1e727aa

Please sign in to comment.