Skip to content

Commit

Permalink
feat: upgrade apisix-nginx-module to 1.5.1 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Mar 22, 2022
1 parent 2b22198 commit 7b380f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
else
ngx_multi_upstream_module_ver="-b 1.0.1"
mod_dubbo_ver="-b 1.0.2"
apisix_nginx_module_ver="-b 1.5.0"
apisix_nginx_module_ver="-b 1.5.1"
wasm_nginx_module_ver="-b 0.5.0"
lua_var_nginx_module_ver="-b v0.5.2"
debug_args=${debug_args:-}
Expand Down

0 comments on commit 7b380f6

Please sign in to comment.