Skip to content

Commit 8f51ef0

Browse files
committed
feat: upgrader to 1.25.3.2
1 parent c92e592 commit 8f51ef0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build-api7ee-runtime.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2121

2222
# dependencies for building openresty
2323
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.3"}
24-
OPENRESTY_VERSION="1.21.4.4"
24+
OPENRESTY_VERSION="1.25.3.2"
2525
ngx_multi_upstream_module_ver="1.1.1"
2626
mod_dubbo_ver="1.0.2"
2727
apisix_nginx_module_ver="1.16.3"
28-
wasm_nginx_module_ver="0.6.5"
28+
wasm_nginx_module_ver="0.7.0"
2929
lua_var_nginx_module_ver="v0.5.3"
3030
grpc_client_nginx_module_ver="v0.4.4"
3131
lua_resty_events_ver="0.2.0"
@@ -158,7 +158,7 @@ grpc_engine_path="-DNGX_GRPC_CLI_ENGINE_PATH=$OR_PREFIX/libgrpc_engine.so -DNGX_
158158

159159
cd openresty-${OPENRESTY_VERSION} || exit 1
160160

161-
or_limit_ver=0.08
161+
or_limit_ver=0.09
162162
if [ ! -d "bundle/lua-resty-limit-traffic-$or_limit_ver" ]; then
163163
echo "ERROR: the official repository of lua-resty-limit-traffic has been updated, please sync to API7's repository." >&2
164164
exit 1
@@ -193,6 +193,7 @@ fi
193193
--with-stream_ssl_module \
194194
--with-stream_ssl_preread_module \
195195
--with-http_v2_module \
196+
--with-http_v3_module \
196197
--without-mail_pop3_module \
197198
--without-mail_imap_module \
198199
--without-mail_smtp_module \

0 commit comments

Comments
 (0)