Skip to content

Commit 3a71051

Browse files
lucacomethresheek
authored andcommitted
Update nginx mainline to 1.21.5, njs to 0.7.1
1 parent d07b71b commit 3a71051

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.15
77

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

10-
ENV NGINX_VERSION 1.21.4
11-
ENV NJS_VERSION 0.7.0
10+
ENV NGINX_VERSION 1.21.5
11+
ENV NJS_VERSION 0.7.1
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.15
77

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

10-
ENV NGINX_VERSION 1.21.4
11-
ENV NJS_VERSION 0.7.0
10+
ENV NGINX_VERSION 1.21.5
11+
ENV NJS_VERSION 0.7.1
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:bullseye-slim
77

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

10-
ENV NGINX_VERSION 1.21.4
11-
ENV NJS_VERSION 0.7.0
10+
ENV NGINX_VERSION 1.21.5
11+
ENV NJS_VERSION 0.7.1
1212
ENV PKG_RELEASE 1~bullseye
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:bullseye-slim
77

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

10-
ENV NGINX_VERSION 1.21.4
11-
ENV NJS_VERSION 0.7.0
10+
ENV NGINX_VERSION 1.21.5
11+
ENV NJS_VERSION 0.7.1
1212
ENV PKG_RELEASE 1~bullseye
1313

1414
RUN set -x \

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ declare branches=(
1212
# Current nginx versions
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
15-
[mainline]='1.21.4'
15+
[mainline]='1.21.5'
1616
[stable]='1.20.2'
1717
)
1818

1919
# Current njs versions
2020
declare -A njs=(
21-
[mainline]='0.7.0'
21+
[mainline]='0.7.1'
2222
[stable]='0.7.0'
2323
)
2424

0 commit comments

Comments
 (0)