Explicitly specify nginx version
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Tue, 10 Feb 2015 02:06:30 +0000 (21:06 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Tue, 10 Feb 2015 02:06:30 +0000 (21:06 -0500)
ch13/playbooks/nginx/Dockerfile

index 9eaf376..775c878 100644 (file)
@@ -1,4 +1,4 @@
-FROM nginx:latest
+FROM nginx:1.7
 
 RUN rm /etc/nginx/conf.d/default.conf \
        /etc/nginx/conf.d/example_ssl.conf