From 154b007dafc59a369f2e6531abf30beb90d75f1c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:11:40 +0000 Subject: [PATCH] Update registry.redhat.io/ubi9/ubi-minimal Docker tag to v9.8-1788166357 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..03f4165a 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-1788166357 WORKDIR / COPY --from=builder /workspace/manager .