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.1 "
21+ - version : " 1.28.2 "
2222 tags : |
23- bypanel/nginx:1.28.1
23+ bypanel/nginx:1.28.2
2424 bypanel/nginx:stable
2525 bypanel/nginx:latest
2626 # 硬编码主线版配置
27- - version : " 1.29.4 "
27+ - version : " 1.29.5 "
2828 tags : |
29- bypanel/nginx:1.29.4
29+ bypanel/nginx:1.29.5
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.1
37+ ARG VER_NGINX=1.28.2
3838ENV VER_NGINX=$VER_NGINX
3939
4040# NGINX MODULES
@@ -67,7 +67,7 @@ ENV VER_GEOIP=$VER_GEOIP
6767# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
6868# the os system package would be required, resulting in a system with multiple
6969# versions available.
70- ARG VER_LUAJIT=2.1-20251030
70+ ARG VER_LUAJIT=2.1-20260114
7171ENV VER_LUAJIT=$VER_LUAJIT
7272ARG LUAJIT_LIB=/usr/local/lib
7373ENV LUAJIT_LIB=$LUAJIT_LIB
@@ -78,7 +78,7 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
7878
7979# lua-cjson
8080# https://github.com/openresty/lua-cjson
81- ARG VER_LUA_CJSON=2.1.0.15
81+ ARG VER_LUA_CJSON=2.1.0.16
8282ENV VER_LUA_CJSON=$VER_LUA_CJSON
8383
8484# lua-nginx-module
You can’t perform that action at this time.
0 commit comments