From f377f06478272795cf8e8b9ab4689ee243ca3739 Mon Sep 17 00:00:00 2001 From: hiifong Date: Sun, 6 Apr 2025 14:47:37 +0000 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa0bf0c..417e513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN go mod download # Copy the source code COPY . . -RUN CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION}" -o gitea-mcp +RUN CGO_ENABLED=0 go build -ldflags="-s -w -X main.Version=${VERSION}" -o gitea-mcp # Final stage FROM debian:bullseye-slim