From 77732a2b56aff4731b24332943f347fc52ca2739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:34:41 +0000 Subject: [PATCH] build(deps): bump distroless/base-debian12 from `58695f4` to `76b3162` Bumps distroless/base-debian12 from `58695f4` to `76b3162`. --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-version: 76b3162a31477bca4a245b836c624f4c4a1a3705e99b9003907d992bec2c4bca dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4ea1d03b8..3f6bd30a57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ -o /bin/github-mcp-server ./cmd/github-mcp-server # Make a stage to run the app -FROM gcr.io/distroless/base-debian12@sha256:58695f439f772a00009c8f6be4c183f824c1f556d74b313c30900f167e4772f8 +FROM gcr.io/distroless/base-debian12@sha256:76b3162a31477bca4a245b836c624f4c4a1a3705e99b9003907d992bec2c4bca # Add required MCP server annotation LABEL io.modelcontextprotocol.server.name="io.github.github/github-mcp-server"