File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.23.3 -alpine
6
+ FROM nginx:1.23.4 -alpine
7
7
8
8
RUN set -x \
9
9
&& apkArch="$(cat /etc/apk/arch)" \
@@ -55,7 +55,7 @@ RUN set -x \
55
55
export HOME=${tempDir} \
56
56
&& cd ${tempDir} \
57
57
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
58
- && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
58
+ && PKGOSSCHECKSUM=\" 8f3f6c1ddd984c0c7320d3bea25eee42749db6d69c251223cf91d69b8d80b703ab39eb94fcf731399a7693ebd8dd37d1b3232ea1184ca98e5ca0ba6165e1a05c *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
59
59
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
60
60
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
61
61
else \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM alpine:3.17
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
- ENV NGINX_VERSION 1.23.3
10
+ ENV NGINX_VERSION 1.23.4
11
11
ENV PKG_RELEASE 1
12
12
13
13
RUN set -x \
@@ -57,7 +57,7 @@ RUN set -x \
57
57
export HOME=${tempDir} \
58
58
&& cd ${tempDir} \
59
59
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
60
- && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
60
+ && PKGOSSCHECKSUM=\" 8f3f6c1ddd984c0c7320d3bea25eee42749db6d69c251223cf91d69b8d80b703ab39eb94fcf731399a7693ebd8dd37d1b3232ea1184ca98e5ca0ba6165e1a05c *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
61
61
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
62
62
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
63
63
else \
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.23.3 -alpine-slim
6
+ FROM nginx:1.23.4 -alpine-slim
7
7
8
- ENV NJS_VERSION 0.7.9
8
+ ENV NJS_VERSION 0.7.11
9
9
10
10
RUN set -x \
11
11
&& apkArch="$(cat /etc/apk/arch)" \
@@ -59,7 +59,7 @@ RUN set -x \
59
59
export HOME=${tempDir} \
60
60
&& cd ${tempDir} \
61
61
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
62
- && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
62
+ && PKGOSSCHECKSUM=\" 8f3f6c1ddd984c0c7320d3bea25eee42749db6d69c251223cf91d69b8d80b703ab39eb94fcf731399a7693ebd8dd37d1b3232ea1184ca98e5ca0ba6165e1a05c *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
63
63
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
64
64
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
65
65
else \
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.23.3
6
+ FROM nginx:1.23.4
7
7
8
8
RUN set -x \
9
9
&& apt-get update \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
- ENV NGINX_VERSION 1.23.3
11
- ENV NJS_VERSION 0.7.9
10
+ ENV NGINX_VERSION 1.23.4
11
+ ENV NJS_VERSION 0.7.11
12
12
ENV PKG_RELEASE 1~bullseye
13
13
14
14
RUN set -x \
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ declare branches=(
12
12
# Current nginx versions
13
13
# Remember to update pkgosschecksum when changing this.
14
14
declare -A nginx=(
15
- [mainline]=' 1.23.3 '
15
+ [mainline]=' 1.23.4 '
16
16
[stable]=' 1.22.1'
17
17
)
18
18
19
19
# Current njs versions
20
20
declare -A njs=(
21
- [mainline]=' 0.7.9 '
21
+ [mainline]=' 0.7.11 '
22
22
[stable]=' 0.7.9'
23
23
)
24
24
@@ -52,7 +52,7 @@ declare -A rev=(
52
52
# revision/tag in the previous block
53
53
# Used in alpine builds for architectures not packaged by nginx.org
54
54
declare -A pkgosschecksum=(
55
- [mainline]=' 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 '
55
+ [mainline]=' 8f3f6c1ddd984c0c7320d3bea25eee42749db6d69c251223cf91d69b8d80b703ab39eb94fcf731399a7693ebd8dd37d1b3232ea1184ca98e5ca0ba6165e1a05c '
56
56
[stable]=' 32a039e8d3cc54404a8ad4a31981e76a49632f1ebec2f45bb309689d6ba2f82e3e8aea8abf582b49931636ea53271b48a7e2f2ef8ebe35b167b3fe18b8b99852'
57
57
)
58
58
You can’t perform that action at this time.
0 commit comments