From 43943f766ed3ee0b5278e58c5c89895381b1a3b3 Mon Sep 17 00:00:00 2001
From: Konstantin Pavlov <thresh@nginx.com>
Date: Tue, 3 Apr 2018 18:41:56 +0300
Subject: [PATCH] Updated mainline nginx to 1.13.11 and njs to 0.2.0.

---
 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 c030235..3f453da 100644
--- a/mainline/alpine-perl/Dockerfile
+++ b/mainline/alpine-perl/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.7
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.13.10
+ENV NGINX_VERSION 1.13.11
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile
index ba03b2b..dac9491 100644
--- a/mainline/alpine/Dockerfile
+++ b/mainline/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.7
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.13.10
+ENV NGINX_VERSION 1.13.11
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile
index 1be75a4..3593be6 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.13.10-1~stretch
-ENV NJS_VERSION   1.13.10.0.1.15-1~stretch
+ENV NGINX_VERSION 1.13.11-1~stretch
+ENV NJS_VERSION   1.13.11.0.2.0-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/mainline/stretch/Dockerfile b/mainline/stretch/Dockerfile
index ba5b7bb..3dc7daa 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.13.10-1~stretch
-ENV NJS_VERSION   1.13.10.0.1.15-1~stretch
+ENV NGINX_VERSION 1.13.11-1~stretch
+ENV NJS_VERSION   1.13.11.0.2.0-1~stretch
 
 RUN set -x \
 	&& apt-get update \
-- 
GitLab