File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM alpine:3.15
77
88LABEL 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
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM alpine:3.15
77
88LABEL 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
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77
88LABEL 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
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77
88LABEL 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
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ declare branches=(
1212# Current nginx versions
1313# Remember to update pkgosschecksum when changing this.
1414declare -A nginx=(
15- [mainline]=' 1.21.4 '
15+ [mainline]=' 1.21.5 '
1616 [stable]=' 1.20.2'
1717)
1818
1919# Current njs versions
2020declare -A njs=(
21- [mainline]=' 0.7.0 '
21+ [mainline]=' 0.7.1 '
2222 [stable]=' 0.7.0'
2323)
2424
You can’t perform that action at this time.
0 commit comments