From 83c2b99580d31ade824ce826eb0dbd07488eeb2b Mon Sep 17 00:00:00 2001
From: hoellen <info@hoellen.eu>
Date: Tue, 24 Jul 2018 15:43:37 +0200
Subject: [PATCH] [nginx-php][boring-nginx] update nginx to 1.15.2

---
 boring-nginx/Dockerfile  | 2 +-
 nginx-php/Dockerfile.7.1 | 2 +-
 nginx-php/Dockerfile.7.2 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile
index 6aa3bae..f70349e 100644
--- a/boring-nginx/Dockerfile
+++ b/boring-nginx/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.7
 
 ENV UID=991 GID=991
 
-ARG NGINX_VERSION=1.15.1
+ARG NGINX_VERSION=1.15.2
 ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4  2178 520A 9993 A1C0 52F8"
 ARG BUILD_CORES
 
diff --git a/nginx-php/Dockerfile.7.1 b/nginx-php/Dockerfile.7.1
index bf44db4..ff1cd84 100644
--- a/nginx-php/Dockerfile.7.1
+++ b/nginx-php/Dockerfile.7.1
@@ -2,7 +2,7 @@ FROM alpine:3.7
 
 ARG BUILD_CORES
 
-ARG NGINX_VER=1.15.1
+ARG NGINX_VER=1.15.2
 ARG PHP_VER=7.1.20
 ARG LIBICONV_VERSION=1.15
 
diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2
index b584f56..1fa9612 100644
--- a/nginx-php/Dockerfile.7.2
+++ b/nginx-php/Dockerfile.7.2
@@ -2,7 +2,7 @@ FROM alpine:3.7
 
 ARG BUILD_CORES
 
-ARG NGINX_VER=1.15.1
+ARG NGINX_VER=1.15.2
 ARG PHP_VER=7.2.8
 ARG LIBICONV_VERSION=1.15