From a22b9f46fe3a586b02d974f64441a4c07215dc5d Mon Sep 17 00:00:00 2001
From: Konstantin Pavlov <thresh@videolan.org>
Date: Tue, 2 Oct 2018 19:17:50 +0300
Subject: [PATCH] Updated mainline nginx to 1.15.5.

---
 mainline/alpine-perl/Dockerfile  | 2 +-
 mainline/alpine/Dockerfile       | 2 +-
 mainline/stretch-perl/Dockerfile | 4 ++--
 mainline/stretch/Dockerfile      | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mainline/alpine-perl/Dockerfile b/mainline/alpine-perl/Dockerfile
index f739e89..2ee0e5a 100644
--- a/mainline/alpine-perl/Dockerfile
+++ b/mainline/alpine-perl/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.15.4
+ENV NGINX_VERSION 1.15.5
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile
index 4245032..112b81d 100644
--- a/mainline/alpine/Dockerfile
+++ b/mainline/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.15.4
+ENV NGINX_VERSION 1.15.5
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile
index cc0f9f8..b51915c 100644
--- a/mainline/stretch-perl/Dockerfile
+++ b/mainline/stretch-perl/Dockerfile
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.15.4-1~stretch
-ENV NJS_VERSION   1.15.4.0.2.4-1~stretch
+ENV NGINX_VERSION 1.15.5-1~stretch
+ENV NJS_VERSION   1.15.5.0.2.4-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/mainline/stretch/Dockerfile b/mainline/stretch/Dockerfile
index 6679326..f21be86 100644
--- a/mainline/stretch/Dockerfile
+++ b/mainline/stretch/Dockerfile
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.15.4-1~stretch
-ENV NJS_VERSION   1.15.4.0.2.4-1~stretch
+ENV NGINX_VERSION 1.15.5-1~stretch
+ENV NJS_VERSION   1.15.5.0.2.4-1~stretch
 
 RUN set -x \
 	&& apt-get update \
-- 
GitLab