From 6cb322ffd38041819bba88c555b5cc9bb6eb2d61 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:02:02 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/python-311 docker tag to v9.8-1779945715 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- containers/mcpchecker/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/mcpchecker/Containerfile b/containers/mcpchecker/Containerfile index b0cd3d77..d5a242d5 100644 --- a/containers/mcpchecker/Containerfile +++ b/containers/mcpchecker/Containerfile @@ -18,7 +18,7 @@ RUN git clone --depth 1 https://github.com/mcpchecker/mcpchecker.git . RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /mcpchecker ./cmd/mcpchecker # Stage 2: Runtime image with Python and mcpchecker -FROM registry.access.redhat.com/ubi9/python-311:9.6 +FROM registry.access.redhat.com/ubi9/python-311:9.8-1779945715 USER root