We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eca3d6 commit b0c9d55Copy full SHA for b0c9d55
.requirements
@@ -17,4 +17,4 @@
17
18
APISIX_PACKAGE_NAME=apisix
19
20
-APISIX_RUNTIME=1.2.1
+APISIX_RUNTIME=1.3.0
ci/common.sh
@@ -82,7 +82,7 @@ install_curl () {
82
83
install_apisix_runtime() {
84
export runtime_version=${APISIX_RUNTIME}
85
- wget "https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh"
+ wget "https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
86
chmod +x build-apisix-runtime.sh
87
./build-apisix-runtime.sh latest
88
}
0 commit comments