File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55version=${version:- 0.0.0}
66
7- OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.1 }
7+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.2 }
88if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9- OPENRESTY_VERSION=" 1.21.4.1 "
9+ OPENRESTY_VERSION=" 1.21.4.2 "
1010fi
1111
1212if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -22,7 +22,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
2222else
2323 ngx_multi_upstream_module_ver=" 1.1.1"
2424 mod_dubbo_ver=" 1.0.2"
25- apisix_nginx_module_ver=" 1.12 .0"
25+ apisix_nginx_module_ver=" 1.14 .0"
2626 wasm_nginx_module_ver=" 0.6.5"
2727 lua_var_nginx_module_ver=" v0.5.3"
2828 grpc_client_nginx_module_ver=" v0.4.3"
You can’t perform that action at this time.
0 commit comments