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 31dc1862769b01c0c8a5f17bc6121f6485227e0b
Author: tzssangglass <[email protected]>
AuthorDate: Fri May 20 13:30:36 2022 +0800

    build apisix-base with the master branch code of apisix-build-tools
---
 utils/linux-install-openresty.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to