Skip to content

Commit

Permalink
fix: docker/nginx/Dockerfile to reduce vulnerabilities (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored May 26, 2021
1 parent 1b710db commit bc361d3
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.19.9
FROM nginx:1.21

# 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 bc361d3

Please sign in to comment.