Skip to content

Commit

Permalink
chore: Bump build-tools version to v2.4.0 (apache#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Oct 11, 2021
1 parent 621c7b8 commit 872da37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/linux-install-openresty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.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
Expand Down

0 comments on commit 872da37

Please sign in to comment.