From a9f0d1cd74964a5e71e50d8741acceb9b08cd540 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:16:50 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker tag to v9.8-1782366411 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 1d8d477..de39198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,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-1782191395 +FROM registry.redhat.io/ubi9/ubi-minimal:9.8-1782366411 WORKDIR / COPY --from=builder /workspace/manager .