Skip to content

Commit f6683f8

Browse files
authored
feat: upgrade apisix-nginx-module to 1.2.0 (openresty#60)
1 parent 0950f6a commit f6683f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-openresty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ $# -gt 0 ] && [ "$1" == "latest" ]; then
1212
else
1313
ngx_multi_upstream_module_ver="-b 1.0.0"
1414
mod_dubbo_ver="-b 1.0.0"
15-
apisix_nginx_module_ver="-b 1.1.0"
15+
apisix_nginx_module_ver="-b 1.2.0"
1616
lua_var_nginx_module_ver="-b v0.5.2"
1717
debug_args=${debug_args:-}
1818
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}

0 commit comments

Comments
 (0)