This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch release/2.10
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 19d1cba1dceaece31d054002d6be648ee6ac3961
Author: tzssangglass <[email protected]>
AuthorDate: Fri May 20 13:26:09 2022 +0800

    use the latest build script for apisix-base
---
 utils/linux-install-openresty.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/linux-install-openresty.sh b/utils/linux-install-openresty.sh
index 57b6c5136..07038b504 100755
--- a/utils/linux-install-openresty.sh
+++ b/utils/linux-install-openresty.sh
@@ -26,9 +26,9 @@ sudo apt-get update
 
 if [ "$OPENRESTY_VERSION" == "source" ]; then
     cd ..
-    wget 
https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
-    chmod +x build-apisix-openresty.sh
-    ./build-apisix-openresty.sh latest
+    wget 
https://raw.githubusercontent.com/api7/apisix-build-tools/v2.7.0/build-apisix-base.sh
+    chmod +x build-apisix-base.sh
+    ./build-apisix-base.sh latest
 
     sudo apt-get install openresty-openssl111-debug-dev
     exit 0

Reply via email to