Skip to content

Commit

Permalink
fix: Dockerfile.production to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 1, 2024
1 parent 21c3785 commit 4e86f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.13.0
FROM nginx:1.26.1

# Install ruby and bundler
RUN apt-get update
Expand Down

0 comments on commit 4e86f3b

Please sign in to comment.