Skip to content

Commit 280499b

Browse files
committed
feat: Update Ver
1 parent 98c129f commit 280499b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.alpine

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3838
ENV 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
7171
ENV VER_LUAJIT=$VER_LUAJIT
7272
ARG LUAJIT_LIB=/usr/local/lib
7373
ENV 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
8282
ENV VER_LUA_CJSON=$VER_LUA_CJSON
8383

8484
# lua-nginx-module

0 commit comments

Comments
 (0)