diff --git a/mainline/alpine-perl/Dockerfile b/mainline/alpine-perl/Dockerfile
index 22c88cb3aae6bef8ce45eaa14bfdb7d6f3b734ba..1e287ce35cabce15ec95d4435d5f17d79d64380a 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.15.0
+ENV NGINX_VERSION 1.15.1
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/alpine/Dockerfile b/mainline/alpine/Dockerfile
index a7fff63cfaf631bfb97b55d3c20760419033baac..1f44c09d2851f2a19a3b68106cad31960ab339a7 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.15.0
+ENV NGINX_VERSION 1.15.1
 
 RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
 	&& CONFIG="\
diff --git a/mainline/stretch-perl/Dockerfile b/mainline/stretch-perl/Dockerfile
index e38624aeafadf34f3cfc324d039f7a5e178a4049..f66055c153240bd20f0e19484aa8b76b38e39600 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.0-1~stretch
-ENV NJS_VERSION   1.15.0.0.2.1-1~stretch
+ENV NGINX_VERSION 1.15.1-1~stretch
+ENV NJS_VERSION   1.15.1.0.2.2-1~stretch
 
 RUN set -x \
 	&& apt-get update \
diff --git a/mainline/stretch/Dockerfile b/mainline/stretch/Dockerfile
index 61727aa3ec71f73d6d6236e14a25de7094dc5d64..490d6e0670f83023e76dac0d4fdaee76e6bfb6af 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.0-1~stretch
-ENV NJS_VERSION   1.15.0.0.2.1-1~stretch
+ENV NGINX_VERSION 1.15.1-1~stretch
+ENV NJS_VERSION   1.15.1.0.2.2-1~stretch
 
 RUN set -x \
 	&& apt-get update \