diff --git a/build-apisix-base.sh b/build-apisix-base.sh index a370deca8..01b91f66c 100755 --- a/build-apisix-base.sh +++ b/build-apisix-base.sh @@ -4,9 +4,9 @@ set -x version=${version:-0.0.0} -OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.1} +OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.2} if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then - OPENRESTY_VERSION="1.21.4.1" + OPENRESTY_VERSION="1.21.4.2" fi if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then @@ -22,7 +22,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then else ngx_multi_upstream_module_ver="1.1.1" mod_dubbo_ver="1.0.2" - apisix_nginx_module_ver="1.12.0" + apisix_nginx_module_ver="1.14.0" wasm_nginx_module_ver="0.6.5" lua_var_nginx_module_ver="v0.5.3" grpc_client_nginx_module_ver="v0.4.3"