Skip to content

Commit 6e580a6

Browse files
committed
Updated stable nginx to 1.22.0 and njs to 0.7.4.
While at it, bump base OS for Alpine-based stable builds to Alpine 3.16.
1 parent d039609 commit 6e580a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

update.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ declare branches=(
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
1515
[mainline]='1.21.6'
16-
[stable]='1.20.2'
16+
[stable]='1.22.0'
1717
)
1818

1919
# Current njs versions
2020
declare -A njs=(
2121
[mainline]='0.7.3'
22-
[stable]='0.7.3'
22+
[stable]='0.7.4'
2323
)
2424

2525
# Current package patchlevel version
@@ -36,7 +36,7 @@ declare -A debian=(
3636

3737
declare -A alpine=(
3838
[mainline]='3.15'
39-
[stable]='3.14'
39+
[stable]='3.16'
4040
)
4141

4242
# When we bump njs version in a stable release we don't move the tag in the
@@ -45,15 +45,15 @@ declare -A alpine=(
4545
# Remember to update pkgosschecksum when changing this.
4646
declare -A rev=(
4747
[mainline]='688'
48-
[stable]='689'
48+
[stable]='696'
4949
)
5050

5151
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
5252
# revision/tag in the previous block
5353
# Used in alpine builds for architectures not packaged by nginx.org
5454
declare -A pkgosschecksum=(
5555
[mainline]='a8ab6ff80ab67c6c9567a9103b52a42a5962e9c1bc7091b7710aaf553a3b484af61b0797dd9b048c518e371a6f69e34d474cfaaeaa116fd2824bffa1cd9d4718'
56-
[stable]='b3cb5de3d22b4db2ab478e60469638e1935cb91c20405e33bdbf7303766278cf864bace62f95ef40f4fe39e92731f53ce1c4a18192ec7f7820f4083cd9384116'
56+
[stable]='fabf394af60d935d7c3f5e36db65dddcced9595fd06d3dfdfabbb77aaea88a5b772ef9c1521531673bdbb2876390cdea3b81c51030d36ab76cf5bfc0bfe79230'
5757
)
5858

5959
get_packages() {

0 commit comments

Comments
 (0)