From 6a9f21ff1acda2a417c687eab710a06b6f4c3918 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:15:44 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738816775 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- hack/debug.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/debug.Dockerfile b/hack/debug.Dockerfile index 77ff95e25..82b6dcc7f 100644 --- a/hack/debug.Dockerfile +++ b/hack/debug.Dockerfile @@ -30,7 +30,7 @@ FROM golang:1.23 as dlv RUN go install -ldflags "-s -w -extldflags '-static'" github.com/go-delve/delve/cmd/dlv@latest # vgmanager needs 'nsenter' and other basic linux utils to correctly function -FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155 +FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775 # Update the image to get the latest CVE updates RUN microdnf update -y && \