File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.25.3.2 }
7+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.27.1.1 }
88if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9- OPENRESTY_VERSION=" 1.25.3.2 "
9+ OPENRESTY_VERSION=" 1.27.1.1 "
1010fi
1111
1212if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -19,9 +19,9 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1919 debug_args=" --with-debug"
2020 OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
2121else
22- ngx_multi_upstream_module_ver=" 1.2.0 "
22+ ngx_multi_upstream_module_ver=" 12711 "
2323 mod_dubbo_ver=" 1.0.2"
24- apisix_nginx_module_ver=" 1.16.2 "
24+ apisix_nginx_module_ver=" 12711 "
2525 wasm_nginx_module_ver=" 0.7.0"
2626 lua_var_nginx_module_ver=" v0.5.3"
2727 lua_resty_events_ver=" 0.2.0"
You can’t perform that action at this time.
0 commit comments