This commit is contained in:
WJQSERVER 2024-12-19 00:12:17 +08:00
parent a77f265a17
commit d8c57b7191
5 changed files with 19 additions and 26 deletions

View file

@ -1,4 +1,4 @@
FROM wjqserver/caddy:2.9.0-rc5-alpine AS builder
FROM wjqserver/caddy:2.9.0-beta.3-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-rc5-alpine
FROM wjqserver/caddy:2.9.0-beta.3-alpine
RUN apk add --no-cache curl