From 2e8fae89dbbc5ebded8d2df712583faa80004b79 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 16 Nov 2016 18:04:11 -0200 Subject: [PATCH] Updates nginx from 1.11.3 to 1.11.6 --- image/base/install-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index 5d8ad5b..4dcd178 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -1,6 +1,6 @@ #!/bin/bash set -e -VERSION=1.11.3 +VERSION=1.11.6 cd /tmp apt-get install -y autoconf -- 2.25.1