Skip to content

Commit a91845d

Browse files
committed
Updated NGINX to 1.26.3 and 1.27.4.
While at it, bump njs and otel that are now shipped with those releases.
1 parent 86a61eb commit a91845d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Dockerfile-alpine-otel.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN set -x \
3434
findutils \
3535
curl \
3636
xz \
37-
re2-dev \
38-
c-ares-dev \
37+
protobuf-dev \
38+
grpc-dev \
3939
&& su nobody -s /bin/sh -c " \
4040
export HOME=${tempDir} \
4141
&& cd ${tempDir} \

update.sh

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ declare branches=(
1212
# Current nginx versions
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
15-
[mainline]='1.27.3'
16-
[stable]='1.26.2'
15+
[mainline]='1.27.4'
16+
[stable]='1.26.3'
1717
)
1818

1919
# Current njs versions
2020
declare -A njs=(
21-
[mainline]='0.8.8'
22-
[stable]='0.8.8'
21+
[mainline]='0.8.9'
22+
[stable]='0.8.9'
2323
)
2424

2525
# Current njs patchlevel version
@@ -31,8 +31,8 @@ declare -A njspkg=(
3131

3232
# Current otel versions
3333
declare -A otel=(
34-
[mainline]='0.1.0'
35-
[stable]='0.1.0'
34+
[mainline]='0.1.1'
35+
[stable]='0.1.1'
3636
)
3737

3838
# Current nginx package patchlevel version
@@ -64,16 +64,16 @@ declare -A alpine=(
6464
# when building packages on architectures not supported by nginx.org
6565
# Remember to update pkgosschecksum when changing this.
6666
declare -A rev=(
67-
[mainline]='0286c5190d972a49bffc9bf247885dd510ce8181'
68-
[stable]='f43e929dc7a6111ef5d9ecb281a75749f7934261'
67+
[mainline]='${NGINX_VERSION}-${PKG_RELEASE}'
68+
[stable]='${NGINX_VERSION}-${PKG_RELEASE}'
6969
)
7070

7171
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
7272
# revision/tag in the previous block
7373
# Used in builds for architectures not packaged by nginx.org
7474
declare -A pkgosschecksum=(
75-
[mainline]='1e546bd15d7bc68e1772ecb6a73e29ba108ee5554a28928e57af038a9e8fc4f5cd35708ce89ad1dfaac97d870e663d32ef41045611d30b20d38b46816e3ab535'
76-
[stable]='315e9e9040253396ebd9f540557e69cda7d9754a7895c3bf04fbf79d43be8d56e8efc6c22c21c87632039340080511179946456bbc4660e8faf171d130b475a6'
75+
[mainline]='973690e64fa47e3704e817a3b08205b9e3f8c0cbe31825d9d62a81c11eb3aa186df015f27fdfd48c8799ffc528e38a9168c592ae665e4835c2d28638ec5f7845'
76+
[stable]='3a4e869eded0c71e92f522e94edffea7fbfb5e78886ea7e484342fa2e028c62099a67d08860c249bf93776da97b924225e0d849dbb4697b298afe5421d7d6fea'
7777
)
7878

7979
get_packages() {

0 commit comments

Comments
 (0)