[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 31s
Some checks failed
Build and Push Docker Images / docker (push) Failing after 31s
Signed-off-by: sunyz <i@sunyz.net>
This commit is contained in:
parent
bd7c0fa17f
commit
b7d87ff5ab
@ -5,8 +5,9 @@ COPY . .
|
||||
RUN go mod tidy
|
||||
RUN go build -o lucky
|
||||
|
||||
FROM debian:bookworm
|
||||
FROM ubuntu:latest
|
||||
WORKDIR /app
|
||||
RUN apt
|
||||
COPY --from=builder /app/lucky .
|
||||
COPY --from=builder /app/plugin ./plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user