Skip to content

Commit ea63c8e

Browse files
committed
Updated mainline nginx to 1.19.1 and njs to 0.4.2
1 parent 3dcf654 commit ea63c8e

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.19.0
6-
ENV NJS_VERSION 0.4.1
5+
ENV NGINX_VERSION 1.19.1
6+
ENV NJS_VERSION 0.4.2
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.19.0
6-
ENV NJS_VERSION 0.4.1
5+
ENV NGINX_VERSION 1.19.1
6+
ENV NJS_VERSION 0.4.2
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.19.0
6-
ENV NJS_VERSION 0.4.1
5+
ENV NGINX_VERSION 1.19.1
6+
ENV NJS_VERSION 0.4.2
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.19.0
6-
ENV NJS_VERSION 0.4.1
5+
ENV NGINX_VERSION 1.19.1
6+
ENV NJS_VERSION 0.4.2
77
ENV PKG_RELEASE 1~buster
88

99
RUN set -x \

0 commit comments

Comments
 (0)