diff --git a/mainline/alpine-perl/Dockerfile b/mainline/alpine-perl/Dockerfile
index 2ee0e5af76e3325d2f681143809561c8069d514d..8ee952881316253783f863856cd73585be1de5f2 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.5
+ENV NGINX_VERSION 1.15.6
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile
index 112b81d230dbe841f75168d312f57a6cf5ceb088..6082f1392794e280a40b452916088fdf41ec977a 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.5
+ENV NGINX_VERSION 1.15.6
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile
index b51915cb8506df1a66e57c0002f58c536fdd2b9e..df976345fdbd929056b0f303f25a4167b75c396c 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.5-1~stretch
-ENV NJS_VERSION   1.15.5.0.2.4-1~stretch
+ENV NGINX_VERSION 1.15.6-1~stretch
+ENV NJS_VERSION   1.15.6.0.2.5-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/mainline/stretch/Dockerfile b/mainline/stretch/Dockerfile
index f21be866f14ff7a2608b02d99b4e5d8afa623cca..dfe575ec184c658e48d60886615135c81c3d6aa0 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.5-1~stretch
-ENV NJS_VERSION   1.15.5.0.2.4-1~stretch
+ENV NGINX_VERSION 1.15.6-1~stretch
+ENV NJS_VERSION   1.15.6.0.2.5-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/stable/alpine-perl/Dockerfile b/stable/alpine-perl/Dockerfile
index 647d989164c468c0306fee3849b4cb8cfe5ef504..cdbfb6e5d3222dfeb6efea85f90da581e6548075 100644
--- a/stable/alpine-perl/Dockerfile
+++ b/stable/alpine-perl/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.14.0
+ENV NGINX_VERSION 1.14.1
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile
index 579707f2ba6dcf0d636bfcf80ff112717bc4e77f..488980b3397409473808d2d2c185edf7d23f6b93 100644
--- a/stable/alpine/Dockerfile
+++ b/stable/alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
 
 LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 
-ENV NGINX_VERSION 1.14.0
+ENV NGINX_VERSION 1.14.1
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/stable/stretch-perl/Dockerfile b/stable/stretch-perl/Dockerfile
index 2e262ece1cc8c8a0b1644f1f76e89afc0be736bf..7895437d22aa6c1939e798ea99344b27e9e40f7b 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.14.0-1~stretch
-ENV NJS_VERSION   1.14.0.0.2.0-1~stretch
+ENV NGINX_VERSION 1.14.1-1~stretch
+ENV NJS_VERSION   1.14.1.0.2.5-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/stable/stretch/Dockerfile b/stable/stretch/Dockerfile
index a436cf47dae9735581acddfce4014b897e63103e..3a0ceb3bf0f64b4d554199e3b5258bb0827a8a2c 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.14.0-1~stretch
-ENV NJS_VERSION   1.14.0.0.2.0-1~stretch
+ENV NGINX_VERSION 1.14.1-1~stretch
+ENV NJS_VERSION   1.14.1.0.2.5-1~stretch
 
 RUN set -x \
 	&& apt-get update \