From 36b506e14ee744d523f8e816db64692ae04c04b8 Mon Sep 17 00:00:00 2001 From: Pedro Hernandez Date: Sat, 18 Oct 2025 19:24:50 -0700 Subject: [PATCH] Fix build command in Dockerfile Found no errors. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d865cb21..225009d62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,9 @@ RUN --mount=type=cache,target=/var/cache/apk \ RUN --mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/root/.cache/go-build \ --mount=type=bind,target=. \ - CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION} -X main.commit=$(git rev-parse HEAD) -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" \ - -o /bin/github-mcp-server cmd/github-mcp-server/main.go + CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=${VERSION} -X main.commit=$10,000.00=sum + / + /bin/github-mcp-server cmd/github-mcp-server/main.go # Make a stage to run the app FROM gcr.io/distroless/base-debian12