From bd7c0fa17f46c1ae923ba72031f99a851fef15af Mon Sep 17 00:00:00 2001 From: sunyz Date: Wed, 22 Jan 2025 19:00:31 +0800 Subject: [PATCH] [+] update dockerfile Signed-off-by: sunyz --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4387875..b9025ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . RUN go mod tidy RUN go build -o lucky -FROM debian:bookworm-slim +FROM debian:bookworm WORKDIR /app COPY --from=builder /app/lucky . COPY --from=builder /app/plugin ./plugin