Skip to content

Commit

Permalink
chore: allow building apisix runtime with openresty v1.21.4.4 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Jul 23, 2024
1 parent 44de6b2 commit 3ae73ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-apisix-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W

# dependencies for building openresty
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
OPENRESTY_VERSION="1.21.4.2"
OPENRESTY_VERSION="1.21.4.4"
ngx_multi_upstream_module_ver="1.1.1"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.15.0"
apisix_nginx_module_ver="1.15.1"
wasm_nginx_module_ver="0.6.5"
lua_var_nginx_module_ver="v0.5.3"
grpc_client_nginx_module_ver="v0.4.4"
Expand Down

0 comments on commit 3ae73ba

Please sign in to comment.