diff --git a/Dockerfile b/Dockerfile index c129a8e..6792300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile -FROM golang:1.21-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /build @@ -17,4 +17,4 @@ COPY --from=builder /build/GHub . EXPOSE 18187 -CMD ["./GHub", "-l", "0.0.0.0", "-p", "18187", "-ll", "info", "-w", "github.com"] +CMD ["./GHub", "-l", "0.0.0.0", "-p", "18187", "-ll", "info", "-w", "time.is"]