This commit is contained in:
WJQSERVER 2024-11-05 09:58:10 +08:00
parent 723ab6c3e9
commit d9cc088dce
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# 更新日志
24w22a
---
- PRE-RELEASE: 此版本是v1.7.1的预发布版本,请勿在生产环境中使用
- CHANGE: 更新底包
v1.7.0
---
- ADD: 加入`rate`模块,实现内置速率限制

View file

@ -1 +1 @@
24w21d
24w22a

View file

@ -1,4 +1,4 @@
FROM wjqserver/caddy:2.9.0-rc-alpine AS builder
FROM wjqserver/caddy:2.9.0-rc2-alpine AS builder
ARG USER=WJQSERVER-STUDIO
ARG REPO=ghproxy
@ -36,7 +36,7 @@ RUN wget -O /data/${APPLICATION}/whitelist.json https://raw.githubusercontent.co
RUN chmod +x /data/${APPLICATION}/${APPLICATION}
RUN chmod +x /usr/local/bin/init.sh
FROM wjqserver/caddy:2.9.0-rc-alpine
FROM wjqserver/caddy:2.9.0-rc2-alpine
COPY --from=builder /data/www /data/www
COPY --from=builder /data/caddy /data/caddy