From d37ccd2328b36a90128f04b35e86a401cfcbf919 Mon Sep 17 00:00:00 2001 From: Xin Rong Date: Tue, 29 Aug 2023 10:48:59 +0800 Subject: [PATCH] chore: upgrade openresty to 1.21.4.2 (#319) --- build-apisix-base.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"