Skip to content

Commit 9b1689e

Browse files
committed
Moved stable images to contemporary distros
It's now on Alpine 3.22 and Debian 13. While at it, bump njs on the stable images as well.
1 parent 4ee139c commit 9b1689e

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
@@ -19,7 +19,7 @@ declare -A nginx=(
1919
# Current njs versions
2020
declare -A njs=(
2121
[mainline]='0.9.4'
22-
[stable]='0.8.10'
22+
[stable]='0.9.4'
2323
)
2424

2525
# Current njs patchlevel version
@@ -57,12 +57,12 @@ declare -A dynpkg=(
5757

5858
declare -A debian=(
5959
[mainline]='trixie'
60-
[stable]='bookworm'
60+
[stable]='trixie'
6161
)
6262

6363
declare -A alpine=(
6464
[mainline]='3.22'
65-
[stable]='3.21'
65+
[stable]='3.22'
6666
)
6767

6868
# When we bump njs version in a stable release we don't move the tag in the
@@ -71,15 +71,15 @@ declare -A alpine=(
7171
# Remember to update pkgosschecksum when changing this.
7272
declare -A rev=(
7373
[mainline]='${NGINX_VERSION}-${PKG_RELEASE}'
74-
[stable]='${NGINX_VERSION}-${PKG_RELEASE}'
74+
[stable]='37ef58ecfb8d38297af7db05b091c0c656e090f3'
7575
)
7676

7777
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
7878
# revision/tag in the previous block
7979
# Used in builds for architectures not packaged by nginx.org
8080
declare -A pkgosschecksum=(
8181
[mainline]='249858446828ace0c81ea3e057135aa368f3dab83430cf867bb9fc32598948f29c4bd50908491da704536af1106aa87553f6a76cc126c6833dc9b14dd00564b8'
82-
[stable]='517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4'
82+
[stable]='2c06e917e8c249b853c863e03b09f1d9e32bac2fda0486a81a0a2c7bcc6f57ca25bb3120d2a49a8893b4634f8c768a0700c9d8f3c36a1abca0c10ed622b12a12'
8383
)
8484

8585
get_packages() {

0 commit comments

Comments
 (0)