File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ RUN set -x \
34
34
findutils \
35
35
curl \
36
36
xz \
37
- re2 -dev \
38
- c-ares -dev \
37
+ protobuf -dev \
38
+ grpc -dev \
39
39
&& su nobody -s /bin/sh -c " \
40
40
export HOME=${tempDir} \
41
41
&& cd ${tempDir} \
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ declare branches=(
12
12
# Current nginx versions
13
13
# Remember to update pkgosschecksum when changing this.
14
14
declare -A nginx=(
15
- [mainline]=' 1.27.3 '
16
- [stable]=' 1.26.2 '
15
+ [mainline]=' 1.27.4 '
16
+ [stable]=' 1.26.3 '
17
17
)
18
18
19
19
# Current njs versions
20
20
declare -A njs=(
21
- [mainline]=' 0.8.8 '
22
- [stable]=' 0.8.8 '
21
+ [mainline]=' 0.8.9 '
22
+ [stable]=' 0.8.9 '
23
23
)
24
24
25
25
# Current njs patchlevel version
@@ -31,8 +31,8 @@ declare -A njspkg=(
31
31
32
32
# Current otel versions
33
33
declare -A otel=(
34
- [mainline]=' 0.1.0 '
35
- [stable]=' 0.1.0 '
34
+ [mainline]=' 0.1.1 '
35
+ [stable]=' 0.1.1 '
36
36
)
37
37
38
38
# Current nginx package patchlevel version
@@ -64,16 +64,16 @@ declare -A alpine=(
64
64
# when building packages on architectures not supported by nginx.org
65
65
# Remember to update pkgosschecksum when changing this.
66
66
declare -A rev=(
67
- [mainline]=' 0286c5190d972a49bffc9bf247885dd510ce8181 '
68
- [stable]=' f43e929dc7a6111ef5d9ecb281a75749f7934261 '
67
+ [mainline]=' ${NGINX_VERSION}-${PKG_RELEASE} '
68
+ [stable]=' ${NGINX_VERSION}-${PKG_RELEASE} '
69
69
)
70
70
71
71
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
72
72
# revision/tag in the previous block
73
73
# Used in builds for architectures not packaged by nginx.org
74
74
declare -A pkgosschecksum=(
75
- [mainline]=' 1e546bd15d7bc68e1772ecb6a73e29ba108ee5554a28928e57af038a9e8fc4f5cd35708ce89ad1dfaac97d870e663d32ef41045611d30b20d38b46816e3ab535 '
76
- [stable]=' 315e9e9040253396ebd9f540557e69cda7d9754a7895c3bf04fbf79d43be8d56e8efc6c22c21c87632039340080511179946456bbc4660e8faf171d130b475a6 '
75
+ [mainline]=' 973690e64fa47e3704e817a3b08205b9e3f8c0cbe31825d9d62a81c11eb3aa186df015f27fdfd48c8799ffc528e38a9168c592ae665e4835c2d28638ec5f7845 '
76
+ [stable]=' 3a4e869eded0c71e92f522e94edffea7fbfb5e78886ea7e484342fa2e028c62099a67d08860c249bf93776da97b924225e0d849dbb4697b298afe5421d7d6fea '
77
77
)
78
78
79
79
get_packages () {
You can’t perform that action at this time.
0 commit comments