mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
24w27e
This commit is contained in:
parent
31678b243c
commit
708f25c02b
3 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM wjqserver/caddy:2.9.0-beta.3-alpine AS builder
|
||||
FROM wjqserver/caddy:v24.12.20-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-beta.3-alpine
|
||||
FROM wjqserver/caddy:v24.12.20-alpine
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue