Skip to content

Commit e268ed8

Browse files
committed
fix apisix bsae
1 parent a42b284 commit e268ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44

55
version=${version:-0.0.0}
66

7-
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.27.1.1}
7+
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.27.1.2}
88
if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then
99
OPENRESTY_VERSION="1.27.1.2"
1010
fi

0 commit comments

Comments
 (0)