Skip to content

Commit d37ccd2

Browse files
authored
chore: upgrade openresty to 1.21.4.2 (#319)
1 parent dbe3856 commit d37ccd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-apisix-base.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -x
44

55
version=${version:-0.0.0}
66

7-
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.1}
7+
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.2}
88
if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then
9-
OPENRESTY_VERSION="1.21.4.1"
9+
OPENRESTY_VERSION="1.21.4.2"
1010
fi
1111

1212
if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
@@ -22,7 +22,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
2222
else
2323
ngx_multi_upstream_module_ver="1.1.1"
2424
mod_dubbo_ver="1.0.2"
25-
apisix_nginx_module_ver="1.12.0"
25+
apisix_nginx_module_ver="1.14.0"
2626
wasm_nginx_module_ver="0.6.5"
2727
lua_var_nginx_module_ver="v0.5.3"
2828
grpc_client_nginx_module_ver="v0.4.3"

0 commit comments

Comments
 (0)