diff --git a/Dockerfile b/Dockerfile index b9025ca..04d2c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ COPY . . RUN go mod tidy RUN go build -o lucky -FROM debian:bookworm +FROM ubuntu:latest WORKDIR /app +RUN apt install -y ca-certificates && apt upgrade -y ca-certificates COPY --from=builder /app/lucky . COPY --from=builder /app/plugin ./plugin