From c0e7ad554f385032d1b4a6f2af32791b588f8512 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 03:45:01 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.8-1789546276 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.monitor b/Dockerfile.monitor index 935400a410b0..74275ce9d182 100644 --- a/Dockerfile.monitor +++ b/Dockerfile.monitor @@ -13,7 +13,7 @@ RUN SKIP_GO_VERSION_CHECK=true CGO_ENABLED=1 GOFLAGS=-tags=strictfipsruntime mak RUN chmod u-s kata-monitor RUN setcap "cap_dac_override+eip" kata-monitor -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789349365 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1789546276 COPY --from=builder /workdir/src/runtime/kata-monitor /usr/bin/kata-monitor