From 013a2ed418fef854f9c53af86c43a1f63db7b58f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:20:06 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1154 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- build/Dockerfile-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile-local b/build/Dockerfile-local index 69f4f376b..cd8cd82ae 100644 --- a/build/Dockerfile-local +++ b/build/Dockerfile-local @@ -1,6 +1,6 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154 WORKDIR / COPY bin/manager-cgo ./manager COPY jsons/ ./jsons/