This commit is contained in:
WJQSERVER 2024-11-07 13:52:49 +08:00
parent 06191e52e5
commit 8787c11e06
8 changed files with 59 additions and 16 deletions

View file

@ -1,4 +1,4 @@
FROM wjqserver/caddy:2.9.0-rc-alpine AS builder
FROM wjqserver/caddy:2.9.0-rc4-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-rc4-alpine
COPY --from=builder /data/www /data/www
COPY --from=builder /data/caddy /data/caddy