File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM $IMAGE
88
99LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 1010
11- ENV NGINX_VERSION 1.21.5
12- ENV NJS_VERSION 0.7.1
11+ ENV NGINX_VERSION 1.21.6
12+ ENV NJS_VERSION 0.7.2
1313ENV PKG_RELEASE 1
1414
1515ARG UID=101
@@ -72,7 +72,7 @@ RUN set -x \
7272 export HOME=${tempDir} \
7373 && cd ${tempDir} \
7474 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
75- && PKGOSSCHECKSUM=\" 01e788d3eed17f072aab2b17d5cb83879fea9a360027ae8dc279557d9b149462a363f31b3b672d07efef472fceeb0d1705e26f83376da4b34f4d7c7cf60960b0 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
75+ && PKGOSSCHECKSUM=\" 29ec1c635da36b7727953544e1a20e9d75bd9d2050e063b9f81f88ca07bb7ea0b65cef46d0f3cb7134b38ce9b94ecada631619f233231845a3d8a16b6ad0db82 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7676 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7777 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7878 else \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM $IMAGE
88
99LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 1010
11- ENV NGINX_VERSION 1.21.5
12- ENV NJS_VERSION 0.7.1
11+ ENV NGINX_VERSION 1.21.6
12+ ENV NJS_VERSION 0.7.2
1313ENV PKG_RELEASE 1
1414
1515ARG UID=101
@@ -71,7 +71,7 @@ RUN set -x \
7171 export HOME=${tempDir} \
7272 && cd ${tempDir} \
7373 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
74- && PKGOSSCHECKSUM=\" 01e788d3eed17f072aab2b17d5cb83879fea9a360027ae8dc279557d9b149462a363f31b3b672d07efef472fceeb0d1705e26f83376da4b34f4d7c7cf60960b0 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
74+ && PKGOSSCHECKSUM=\" 29ec1c635da36b7727953544e1a20e9d75bd9d2050e063b9f81f88ca07bb7ea0b65cef46d0f3cb7134b38ce9b94ecada631619f233231845a3d8a16b6ad0db82 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7575 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7676 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7777 else \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM $IMAGE
88
99LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 1010
11- ENV NGINX_VERSION 1.21.5
12- ENV NJS_VERSION 0.7.1
11+ ENV NGINX_VERSION 1.21.6
12+ ENV NJS_VERSION 0.7.2
1313ENV PKG_RELEASE 1~bullseye
1414
1515ARG UID=101
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM $IMAGE
88
99LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 1010
11- ENV NGINX_VERSION 1.21.5
12- ENV NJS_VERSION 0.7.1
11+ ENV NGINX_VERSION 1.21.6
12+ ENV NJS_VERSION 0.7.2
1313ENV PKG_RELEASE 1~bullseye
1414
1515ARG UID=101
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.5 '
15+ [mainline]=' 1.21.6 '
1616 [stable]=' 1.20.2'
1717)
1818
1919# Current njs versions
2020declare -A njs=(
21- [mainline]=' 0.7.1 '
21+ [mainline]=' 0.7.2 '
2222 [stable]=' 0.7.0'
2323)
2424
@@ -53,7 +53,7 @@ declare -A rev=(
5353# revision/tag in the previous block
5454# Used in alpine builds for architectures not packaged by nginx.org
5555declare -A pkgosschecksum=(
56- [mainline]=' 01e788d3eed17f072aab2b17d5cb83879fea9a360027ae8dc279557d9b149462a363f31b3b672d07efef472fceeb0d1705e26f83376da4b34f4d7c7cf60960b0 '
56+ [mainline]=' 29ec1c635da36b7727953544e1a20e9d75bd9d2050e063b9f81f88ca07bb7ea0b65cef46d0f3cb7134b38ce9b94ecada631619f233231845a3d8a16b6ad0db82 '
5757 [stable]=' af6e7eb25594dffe2903358f7a2c5c956f5b67b8df3f4e8237c30b63e50ce28e6eada3ed453687409beef8f3afa8f551cb20df2f06bd5e235eb66df212ece2ed'
5858)
5959
You can’t perform that action at this time.
0 commit comments