From 065d6193958f042c9ba07266b4927f8215164c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:43:54 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.7-1776833838 to 1780379098 in /build Bumps ubi9/ubi-minimal from 9.7-1776833838 to 1780379098. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1780379098' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index acf35ce..1f93033 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,7 +7,7 @@ RUN go mod download COPY . . RUN make build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098 LABEL io.openshift.managed.name="ocm-agent" \ io.openshift.managed.description="Agent to interact with OCM on managed clusters"