mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-08 23:46:22 +08:00
chnaged image to busybox
This commit is contained in:
parent
be14cc44a3
commit
17168e213a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
|
|||
-o /app/teldrive .
|
||||
|
||||
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} scratch
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} busybox
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue