Skip to content

Commit a41c49e

Browse files
committed
chore: upgrade openresty version to v1.27.1.2
1 parent 5dc8182 commit a41c49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version=${version:-0.0.0}
66

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

1212
if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then

build-apisix-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2121

2222
# dependencies for building openresty
2323
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
24-
OPENRESTY_VERSION="1.27.1.1"
24+
OPENRESTY_VERSION="1.27.1.2"
2525
ngx_multi_upstream_module_ver="1.3.2"
2626
mod_dubbo_ver="1.0.2"
2727
apisix_nginx_module_ver="1.18.0"

0 commit comments

Comments
 (0)