Skip to content

Commit a0cc3d8

Browse files
bump multi upstream mod
1 parent ea1b446 commit a0cc3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1919
debug_args="--with-debug"
2020
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty-debug"}
2121
else
22-
ngx_multi_upstream_module_ver="1.3.0"
22+
ngx_multi_upstream_module_ver="1.3.1"
2323
mod_dubbo_ver="1.0.2"
2424
apisix_nginx_module_ver="1.18.0"
2525
wasm_nginx_module_ver="0.7.0"

build-apisix-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2222
# dependencies for building openresty
2323
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
2424
OPENRESTY_VERSION="1.27.1.1"
25-
ngx_multi_upstream_module_ver="1.3.0"
25+
ngx_multi_upstream_module_ver="1.3.1"
2626
mod_dubbo_ver="1.0.2"
2727
apisix_nginx_module_ver="1.18.0"
2828
wasm_nginx_module_ver="0.7.0"

0 commit comments

Comments
 (0)