chnaged image to busybox

This commit is contained in:
divyam234 2023-08-27 16:38:43 +05:30
parent be14cc44a3
commit 17168e213a

View file

@ -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