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 4
4
5
5
version=${version:- 0.0.0}
6
6
7
- OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.1 }
7
+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.21.4.2 }
8
8
if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9
- OPENRESTY_VERSION=" 1.21.4.1 "
9
+ OPENRESTY_VERSION=" 1.21.4.2 "
10
10
fi
11
11
12
12
if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -22,7 +22,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
22
22
else
23
23
ngx_multi_upstream_module_ver=" 1.1.1"
24
24
mod_dubbo_ver=" 1.0.2"
25
- apisix_nginx_module_ver=" 1.12 .0"
25
+ apisix_nginx_module_ver=" 1.14 .0"
26
26
wasm_nginx_module_ver=" 0.6.5"
27
27
lua_var_nginx_module_ver=" v0.5.3"
28
28
grpc_client_nginx_module_ver=" v0.4.3"
You can’t perform that action at this time.
0 commit comments