Skip to content

Commit 5c15613

Browse files
committed
Updated nginx to 1.17.9 and njs to 0.3.9
1 parent f7738ed commit 5c15613

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.10
22

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

5-
ENV NGINX_VERSION 1.17.8
6-
ENV NJS_VERSION 0.3.8
5+
ENV NGINX_VERSION 1.17.9
6+
ENV NJS_VERSION 0.3.9
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.10
22

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

5-
ENV NGINX_VERSION 1.17.8
6-
ENV NJS_VERSION 0.3.8
5+
ENV NGINX_VERSION 1.17.9
6+
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1
88

99
RUN set -x \

mainline/buster-perl/Dockerfile

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

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

5-
ENV NGINX_VERSION 1.17.8
6-
ENV NJS_VERSION 0.3.8
5+
ENV NGINX_VERSION 1.17.9
6+
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1~buster
88

99
RUN set -x \

mainline/buster/Dockerfile

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

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

5-
ENV NGINX_VERSION 1.17.8
6-
ENV NJS_VERSION 0.3.8
5+
ENV NGINX_VERSION 1.17.9
6+
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1~buster
88

99
RUN set -x \

0 commit comments

Comments
 (0)