Skip to content

Commit dcaaf66

Browse files
committed
Updated mainline nginx to 1.19.8 and njs to 0.5.2
1 parent 636b7e3 commit dcaaf66

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.7
11-
ENV NJS_VERSION 0.5.1
10+
ENV NGINX_VERSION 1.19.8
11+
ENV NJS_VERSION 0.5.2
1212
ENV PKG_RELEASE 1
1313

1414
RUN set -x \

mainline/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.7
11-
ENV NJS_VERSION 0.5.1
10+
ENV NGINX_VERSION 1.19.8
11+
ENV NJS_VERSION 0.5.2
1212
ENV PKG_RELEASE 1
1313

1414
RUN set -x \

mainline/debian-perl/Dockerfile

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

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.7
11-
ENV NJS_VERSION 0.5.1
10+
ENV NGINX_VERSION 1.19.8
11+
ENV NJS_VERSION 0.5.2
1212
ENV PKG_RELEASE 1~buster
1313

1414
RUN set -x \

mainline/debian/Dockerfile

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

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.7
11-
ENV NJS_VERSION 0.5.1
10+
ENV NGINX_VERSION 1.19.8
11+
ENV NJS_VERSION 0.5.2
1212
ENV PKG_RELEASE 1~buster
1313

1414
RUN set -x \

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ declare branches=(
1010
)
1111

1212
declare -A nginx=(
13-
[mainline]='1.19.7'
13+
[mainline]='1.19.8'
1414
[stable]='1.18.0'
1515
)
1616

17-
defaultnjs='0.5.1'
17+
defaultnjs='0.5.2'
1818
declare -A njs=(
1919
[stable]='0.4.4'
2020
)

0 commit comments

Comments
 (0)