Skip to content

Commit 3ba04e3

Browse files
committed
Updated mainline nginx to 1.13.6, njs to 0.1.14 and amplify-agent to
0.46-2.
1 parent e16f9b5 commit 3ba04e3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.5
22

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

5-
ENV NGINX_VERSION 1.13.5
5+
ENV NGINX_VERSION 1.13.6
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.5
22

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

5-
ENV NGINX_VERSION 1.13.5
5+
ENV NGINX_VERSION 1.13.6
66

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

mainline/amplify/Dockerfile

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

33
LABEL maintainer="NGINX Amplify Engineering"
44

5-
ENV NGINX_VERSION 1.13.5-1~stretch
6-
ENV NJS_VERSION 1.13.5.0.1.13-1~stretch
7-
ENV AMPLIFY_AGENT_VERSION 0.45-2~stretch
5+
ENV NGINX_VERSION 1.13.6-1~stretch
6+
ENV NJS_VERSION 1.13.6.0.1.14-1~stretch
7+
ENV AMPLIFY_AGENT_VERSION 0.46-2~stretch
88

99
RUN set -x \
1010
&& deps="apt-transport-https apt-utils gnupg1 ca-certificates" \

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.13.5-1~stretch
6-
ENV NJS_VERSION 1.13.5.0.1.13-1~stretch
5+
ENV NGINX_VERSION 1.13.6-1~stretch
6+
ENV NJS_VERSION 1.13.6.0.1.14-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.13.5-1~stretch
6-
ENV NJS_VERSION 1.13.5.0.1.13-1~stretch
5+
ENV NGINX_VERSION 1.13.6-1~stretch
6+
ENV NJS_VERSION 1.13.6.0.1.14-1~stretch
77

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

0 commit comments

Comments
 (0)