Skip to content

Commit

Permalink
Unconstrain nginx
Browse files Browse the repository at this point in the history
For better security, nginx is no longer being constrained to 1.7.x. It will now use the latest stable version.
  • Loading branch information
MScottBlake committed Dec 12, 2018
1 parent dea177c commit 6f1e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.7
FROM nginx:stable

MAINTAINER Scott Blake "[email protected]"

Expand Down

0 comments on commit 6f1e204

Please sign in to comment.