Skip to content

Commit 1fe92b8

Browse files
committed
Updated mainline nginx to 1.15.7 and njs to 0.2.6.
1 parent f4d3014 commit 1fe92b8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.8
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.15.6
5+
ENV NGINX_VERSION 1.15.7
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& CONFIG="\

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.8
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.15.6
5+
ENV NGINX_VERSION 1.15.7
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& CONFIG="\

mainline/stretch-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.15.6-1~stretch
6-
ENV NJS_VERSION 1.15.6.0.2.5-1~stretch
5+
ENV NGINX_VERSION 1.15.7-1~stretch
6+
ENV NJS_VERSION 1.15.7.0.2.6-1~stretch
77

88
RUN set -x \
99
&& apt-get update \

mainline/stretch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.15.6-1~stretch
6-
ENV NJS_VERSION 1.15.6.0.2.5-1~stretch
5+
ENV NGINX_VERSION 1.15.7-1~stretch
6+
ENV NJS_VERSION 1.15.7.0.2.6-1~stretch
77

88
RUN set -x \
99
&& apt-get update \

0 commit comments

Comments
 (0)