From 08d872e813c005d64daee1087b6bce062ae476c8 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 9 Feb 2015 21:06:30 -0500 Subject: [PATCH] Explicitly specify nginx version --- ch13/playbooks/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/playbooks/nginx/Dockerfile b/ch13/playbooks/nginx/Dockerfile index 9eaf376..775c878 100644 --- a/ch13/playbooks/nginx/Dockerfile +++ b/ch13/playbooks/nginx/Dockerfile @@ -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 -- 2.44.0