Skip to content

Commit

Permalink
update apisix-nginx-module version
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Dec 4, 2024
1 parent d88571b commit 1dfe9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
else
ngx_multi_upstream_module_ver="1.2.0"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.16.1"
apisix_nginx_module_ver="1.16.2"
wasm_nginx_module_ver="0.7.0"
lua_var_nginx_module_ver="v0.5.3"
lua_resty_events_ver="0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion build-apisix-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
apisix_nginx_module_ver="1.16.2"
wasm_nginx_module_ver="0.7.0"
lua_var_nginx_module_ver="v0.5.3"
lua_resty_events_ver="0.2.0"
Expand Down

0 comments on commit 1dfe9ab

Please sign in to comment.