Skip to content

Commit f9fbfcb

Browse files
committed
Updated nginx to 1.17.1 and njs to 0.3.3
Fixes nginx#343
1 parent 976f38e commit f9fbfcb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3.9
22

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

5-
ENV NGINX_VERSION 1.17.0
6-
ENV NJS_VERSION 0.3.2
5+
ENV NGINX_VERSION 1.17.1
6+
ENV NJS_VERSION 0.3.3
77
ENV PKG_RELEASE 1
88

99
RUN set -x \

mainline/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3.9
22

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

5-
ENV NGINX_VERSION 1.17.0
6-
ENV NJS_VERSION 0.3.2
5+
ENV NGINX_VERSION 1.17.1
6+
ENV NJS_VERSION 0.3.3
77
ENV PKG_RELEASE 1
88

99
RUN set -x \

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.17.0
6-
ENV NJS_VERSION 0.3.2
5+
ENV NGINX_VERSION 1.17.1
6+
ENV NJS_VERSION 0.3.3
77
ENV PKG_RELEASE 1~stretch
88

99
RUN set -x \

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.17.0
6-
ENV NJS_VERSION 0.3.2
5+
ENV NGINX_VERSION 1.17.1
6+
ENV NJS_VERSION 0.3.3
77
ENV PKG_RELEASE 1~stretch
88

99
RUN set -x \

0 commit comments

Comments
 (0)