Skip to content

Commit

Permalink
chore: upgrade openresty to 1.21.4.2 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan authored Aug 29, 2023
1 parent dbe3856 commit d37ccd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -x

version=${version:-0.0.0}

OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.1}
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.21.4.2}
if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then
OPENRESTY_VERSION="1.21.4.1"
OPENRESTY_VERSION="1.21.4.2"
fi

if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
Expand All @@ -22,7 +22,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
else
ngx_multi_upstream_module_ver="1.1.1"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.12.0"
apisix_nginx_module_ver="1.14.0"
wasm_nginx_module_ver="0.6.5"
lua_var_nginx_module_ver="v0.5.3"
grpc_client_nginx_module_ver="v0.4.3"
Expand Down

0 comments on commit d37ccd2

Please sign in to comment.