From 15ee669ee98e5c86c1a5512d60f12f817429291e Mon Sep 17 00:00:00 2001 From: Ashish Tiwari Date: Tue, 10 Dec 2024 12:19:29 +0530 Subject: [PATCH] upgrade apisix nginx module --- build-apisix-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-apisix-runtime.sh b/build-apisix-runtime.sh index dc57c38c9..b875d5e50 100755 --- a/build-apisix-runtime.sh +++ b/build-apisix-runtime.sh @@ -24,7 +24,7 @@ OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"} OPENRESTY_VERSION="1.25.3.2" ngx_multi_upstream_module_ver="1.2.0" mod_dubbo_ver="1.0.2" -apisix_nginx_module_ver="1.16.2" +apisix_nginx_module_ver="1.16.3" wasm_nginx_module_ver="0.7.0" lua_var_nginx_module_ver="v0.5.3" lua_resty_events_ver="0.2.0"