From 30c8d440e6a93ec6f6a1ea4813be31e9934ad759 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 17 Jan 2017 17:45:09 +0000 Subject: [PATCH] Upgrade nginx (autopilotpattern) to 1-6.3.0 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index c3efdc94..9f2a862b 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # a minimal Nginx container including containerpilot and a simple virtulhost config -FROM autopilotpattern/nginx:1-r6.1.0 +FROM autopilotpattern/nginx:1-6.3.0 # Add our configuration files COPY etc /etc