Skip to content

Commit 1208df5

Browse files
authored
fix: upgrade depended apisix-base version (#285)
1 parent be5e0a6 commit 1208df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-apisix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# Determine the min version of openresty or apisix-base
2828
if [ "$OPENRESTY" == "apisix-base" ]
2929
then
30-
min_or_version="1.21.4.1.5"
30+
min_or_version="1.21.4.1.7"
3131
max_or_version="1.21.5"
3232
elif [ "$OPENRESTY" == "apisix-base-latest" ]
3333
then

0 commit comments

Comments
 (0)