From d45c10ca6625a986bfce2f366ca46c7b3fc63bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Roub=C3=AD=C4=8Dek?= Date: Wed, 23 Sep 2015 17:43:31 +0200 Subject: [PATCH] Use nginx 1.9.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0445b4d..cc80e08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.9.2 +FROM nginx:1.9.5 MAINTAINER Jason Wilder jwilder@litl.com # Install wget and install/updates certificates