From 8d34f49fdff6e5d41ce3d22b5ab1bfae8a8aa4a3 Mon Sep 17 00:00:00 2001 From: XOF Date: Sat, 27 Dec 2025 18:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]