From 49332f9fcad321761ab19f502b91f2799a97148d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:23:43 +0000 Subject: [PATCH] build(deps): bump distroless/base-debian12 from `76b3162` to `fabbf1c` Bumps distroless/base-debian12 from `76b3162` to `fabbf1c`. --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-version: fabbf1c0c357a3d42550111351daed089b20a2c954df13ee2fcff60602515e84 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 683f482840..ff4ea526cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,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:76b3162a31477bca4a245b836c624f4c4a1a3705e99b9003907d992bec2c4bca +FROM gcr.io/distroless/base-debian12@sha256:fabbf1c0c357a3d42550111351daed089b20a2c954df13ee2fcff60602515e84 # Add required MCP server annotation LABEL io.modelcontextprotocol.server.name="io.github.github/github-mcp-server"