From 7eb785cec584843fb4ab0d0db9016f7ba1bb37c3 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Fri, 1 May 2015 14:01:30 -0700 Subject: [PATCH] Update base image to nginx:1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4cc047f..571817c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.7.11 +FROM nginx:1.9.0 MAINTAINER Jason Wilder jwilder@litl.com # Install wget and install/updates certificates