Skip to content

Commit 6c7dde5

Browse files
committed
Updated mainline nginx to 1.19.0 and njs to 0.4.1
1 parent cd98e75 commit 6c7dde5

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

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

5-
ENV NGINX_VERSION 1.17.10
6-
ENV NJS_VERSION 0.4.0
5+
ENV NGINX_VERSION 1.19.0
6+
ENV NJS_VERSION 0.4.1
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.11
22

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

5-
ENV NGINX_VERSION 1.17.10
6-
ENV NJS_VERSION 0.4.0
5+
ENV NGINX_VERSION 1.19.0
6+
ENV NJS_VERSION 0.4.1
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.10
6-
ENV NJS_VERSION 0.4.0
5+
ENV NGINX_VERSION 1.19.0
6+
ENV NJS_VERSION 0.4.1
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.10
6-
ENV NJS_VERSION 0.4.0
5+
ENV NGINX_VERSION 1.19.0
6+
ENV NJS_VERSION 0.4.1
77
ENV PKG_RELEASE 1~buster
88

99
RUN set -x \

0 commit comments

Comments
 (0)