[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s
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:
parent
bd7c0fa17f
commit
c21092c171
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user