From 72ac2226580ee73c170163dbe6e4436373b6ece9 Mon Sep 17 00:00:00 2001
From: Konstantin Pavlov <thresh@nginx.com>
Date: Fri, 27 Oct 2017 17:24:20 -0400
Subject: [PATCH] Upgraded stable nginx to 1.12.2

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

diff --git a/stable/alpine-perl/Dockerfile b/stable/alpine-perl/Dockerfile
index de8f304..bfe6aea 100644
--- a/stable/alpine-perl/Dockerfile
+++ b/stable/alpine-perl/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.5
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.12.1
+ENV NGINX_VERSION 1.12.2
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile
index 01894ea..6c923fc 100644
--- a/stable/alpine/Dockerfile
+++ b/stable/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.5
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.12.1
+ENV NGINX_VERSION 1.12.2
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/stable/stretch-perl/Dockerfile b/stable/stretch-perl/Dockerfile
index 503c141..6f3a324 100644
--- a/stable/stretch-perl/Dockerfile
+++ b/stable/stretch-perl/Dockerfile
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.12.1-1~stretch
-ENV NJS_VERSION   1.12.1.0.1.10-1~stretch
+ENV NGINX_VERSION 1.12.2-1~stretch
+ENV NJS_VERSION   1.12.2.0.1.14-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/stable/stretch/Dockerfile b/stable/stretch/Dockerfile
index da310f1..f147713 100644
--- a/stable/stretch/Dockerfile
+++ b/stable/stretch/Dockerfile
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.12.1-1~stretch
-ENV NJS_VERSION   1.12.1.0.1.10-1~stretch
+ENV NGINX_VERSION 1.12.2-1~stretch
+ENV NJS_VERSION   1.12.2.0.1.14-1~stretch
 
 RUN set -x \
 	&& apt-get update \
-- 
GitLab