From 3c7ca67b7a66ee57a784c226067547fd80312887 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 01:41:03 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1255 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 eb0b7ce82..a690d8306 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY pkg/ pkg/ USER root RUN CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH} make go-build-for-image -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255 WORKDIR / COPY --from=builder /workspace/manager .