From bbfd46f3846db51873f316ee40b7d538409385eb Mon Sep 17 00:00:00 2001 From: zengyuxing007 Date: Fri, 15 Mar 2024 10:05:38 +0800 Subject: [PATCH] Update build.sh --- images/nginx/rootfs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 5eb7321f137..75b162b8e85 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -83,7 +83,7 @@ export GEOIP2_VERSION=a607a41a8115fecfc05b5c283c81532a3d605425 # Check for recent changes: https://github.com/openresty/luajit2/compare/v2.1-20230410...v2.1-agentzh export LUAJIT_VERSION=2.1-20230410 -# Check for recent changes: https://github.com/openresty/lua-resty-balancer/compare/v0.04...master +# Check for recent changes: https://github.com/openresty/lua-resty-balancer/compare/v0.05...master export LUA_RESTY_BALANCER=0.05 # Check for recent changes: https://github.com/openresty/lua-resty-lrucache/compare/v0.13...master