From 0970a8ad1e6227ccbda725c0487cebbf57023259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:06:51 +0000 Subject: [PATCH] chore(deps): bump ubi9/ubi-minimal in /build Bumps ubi9/ubi-minimal from 9.7-1776833838 to 9.7-1778072020. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1778072020 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 886461ec..d29291b1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags="-s -w" -o microcks github.com/microcks/microcks-cli # Build image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1778072020 # Some version information LABEL maintainer="Laurent Broudoux " \