From 3cc8b655affadaa30333529e73047aad2ff64902 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:11:45 +0000 Subject: [PATCH] Update registry.redhat.io/ubi9/ubi-minimal Docker tag to v9.8-1787647261 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5c062f4..8aa07ec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -tags RUN go build -o check-isa-level ./cmd/check-isa-level && ./check-isa-level ./manager -FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1786380870 +FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1787647261 WORKDIR / COPY --from=builder /workspace/manager .