Commit 0cd7a9b 1 parent 385eb70 commit 0cd7a9b Copy full SHA for 0cd7a9b
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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.25.3.2 }
7
+ OPENRESTY_VERSION=${OPENRESTY_VERSION:- 1.27.1.1 }
8
8
if [ " $OPENRESTY_VERSION " == " source" ] || [ " $OPENRESTY_VERSION " == " default" ]; then
9
- OPENRESTY_VERSION=" 1.25.3.2 "
9
+ OPENRESTY_VERSION=" 1.27.1.1 "
10
10
fi
11
11
12
12
if ([ $# -gt 0 ] && [ " $1 " == " latest" ]) || [ " $version " == " latest" ]; then
@@ -19,9 +19,9 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
19
19
debug_args=" --with-debug"
20
20
OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
21
21
else
22
- ngx_multi_upstream_module_ver=" 1.2.0 "
22
+ ngx_multi_upstream_module_ver=" 1.3.1 "
23
23
mod_dubbo_ver=" 1.0.2"
24
- apisix_nginx_module_ver=" 1.16.2 "
24
+ apisix_nginx_module_ver=" 1.18.0 "
25
25
wasm_nginx_module_ver=" 0.7.0"
26
26
lua_var_nginx_module_ver=" v0.5.3"
27
27
lua_resty_events_ver=" 0.2.0"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
21
21
22
22
# dependencies for building openresty
23
23
OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.0" }
24
- OPENRESTY_VERSION=" 1.25.3.2 "
25
- ngx_multi_upstream_module_ver=" 1.2.0 "
24
+ OPENRESTY_VERSION=" 1.27.1.1 "
25
+ ngx_multi_upstream_module_ver=" 1.3.1 "
26
26
mod_dubbo_ver=" 1.0.2"
27
- apisix_nginx_module_ver=" 1.16.2 "
27
+ apisix_nginx_module_ver=" 1.18.0 "
28
28
wasm_nginx_module_ver=" 0.7.0"
29
29
lua_var_nginx_module_ver=" v0.5.3"
30
30
lua_resty_events_ver=" 0.2.0"
You can’t perform that action at this time.
0 commit comments