Skip to content

Commit

Permalink
chore: upgrade openresty version to v1.27.1.1 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Feb 6, 2025
1 parent 385eb70 commit 0cd7a9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.25.3.2}
OPENRESTY_VERSION=${OPENRESTY_VERSION:-1.27.1.1}
if [ "$OPENRESTY_VERSION" == "source" ] || [ "$OPENRESTY_VERSION" == "default" ]; then
OPENRESTY_VERSION="1.25.3.2"
OPENRESTY_VERSION="1.27.1.1"
fi

if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
Expand All @@ -19,9 +19,9 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
debug_args="--with-debug"
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty-debug"}
else
ngx_multi_upstream_module_ver="1.2.0"
ngx_multi_upstream_module_ver="1.3.1"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.16.2"
apisix_nginx_module_ver="1.18.0"
wasm_nginx_module_ver="0.7.0"
lua_var_nginx_module_ver="v0.5.3"
lua_resty_events_ver="0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions build-apisix-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W

# dependencies for building openresty
OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.0"}
OPENRESTY_VERSION="1.25.3.2"
ngx_multi_upstream_module_ver="1.2.0"
OPENRESTY_VERSION="1.27.1.1"
ngx_multi_upstream_module_ver="1.3.1"
mod_dubbo_ver="1.0.2"
apisix_nginx_module_ver="1.16.2"
apisix_nginx_module_ver="1.18.0"
wasm_nginx_module_ver="0.7.0"
lua_var_nginx_module_ver="v0.5.3"
lua_resty_events_ver="0.2.0"
Expand Down

0 comments on commit 0cd7a9b

Please sign in to comment.