[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s

Signed-off-by: sunyz <i@sunyz.net>
This commit is contained in:
sunyz 2025-01-22 19:10:10 +08:00
parent bd7c0fa17f
commit c21092c171

View File

@ -5,7 +5,7 @@ COPY . .
RUN go mod tidy
RUN go build -o lucky
FROM debian:bookworm
FROM ubuntu:latest
WORKDIR /app
COPY --from=builder /app/lucky .
COPY --from=builder /app/plugin ./plugin