Skip to content

Commit 3ae73ba

Browse files
chore: allow building apisix runtime with openresty v1.21.4.4 (#386)
1 parent 44de6b2 commit 3ae73ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-apisix-runtime.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2121

2222
# dependencies for building openresty
2323
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
24-
OPENRESTY_VERSION="1.21.4.2"
24+
OPENRESTY_VERSION="1.21.4.4"
2525
ngx_multi_upstream_module_ver="1.1.1"
2626
mod_dubbo_ver="1.0.2"
27-
apisix_nginx_module_ver="1.15.0"
27+
apisix_nginx_module_ver="1.15.1"
2828
wasm_nginx_module_ver="0.6.5"
2929
lua_var_nginx_module_ver="v0.5.3"
3030
grpc_client_nginx_module_ver="v0.4.4"

0 commit comments

Comments
 (0)