File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 matrix :
1919 include :
2020 # 硬编码稳定版配置
21- - version : " 1.28.2 "
21+ - version : " 1.28.3 "
2222 tags : |
23- bypanel/nginx:1.28.2
23+ bypanel/nginx:1.28.3
2424 bypanel/nginx:stable
2525 bypanel/nginx:latest
2626 # 硬编码主线版配置
27- - version : " 1.29.6 "
27+ - version : " 1.29.7 "
2828 tags : |
29- bypanel/nginx:1.29.6
29+ bypanel/nginx:1.29.7
3030 bypanel/nginx:mainline
3131 steps :
3232 - name : Checkout code
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENV VCS_REF=$VCS_REF
3434
3535# nginx
3636# https://github.com/nginx/nginx/releases
37- ARG VER_NGINX=1.28.2
37+ ARG VER_NGINX=1.28.3
3838ENV VER_NGINX=$VER_NGINX
3939
4040# NGINX MODULES
@@ -48,7 +48,7 @@ ENV VER_NGX_DEVEL_KIT=$VER_NGX_DEVEL_KIT
4848
4949# njs
5050# https://github.com/nginx/njs
51- ARG VER_NJS=0.9.4
51+ ARG VER_NJS=0.9.6
5252ENV VER_NJS=$VER_NJS
5353
5454# geoip2
@@ -100,7 +100,7 @@ ENV LUA_LIB_DIR=$LUA_LIB_DIR
100100
101101# lua-rocks
102102# https://luarocks.github.io/luarocks/releases/
103- ARG VER_LUAROCKS=3.12.2
103+ ARG VER_LUAROCKS=3.13.0
104104ENV VER_LUAROCKS=$VER_LUAROCKS
105105
106106# LUA ADDONS
@@ -134,7 +134,7 @@ ENV VER_OPENRESTY_MEMCACHED=$VER_OPENRESTY_MEMCACHED
134134
135135# lua-resty-mysql
136136# https://github.com/openresty/lua-resty-mysql
137- ARG VER_OPENRESTY_MYSQL=0.28
137+ ARG VER_OPENRESTY_MYSQL=0.29
138138ENV VER_OPENRESTY_MYSQL=$VER_OPENRESTY_MYSQL
139139
140140# lua-resty-redis
You can’t perform that action at this time.
0 commit comments