From 0dd0ee3997dd9e039ac56b56381819d10c67a86d 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:18:07 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1734497536 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.operator b/Containerfile.operator index 882b35d1ca..bec3cadbd0 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -14,7 +14,7 @@ RUN chmod g+w . && \ git config --global --add safe.directory "$PWD" && \ make build -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731518200 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1734497536 COPY --from=builder \ /opt/app-root/src/bin/hypershift \ /opt/app-root/src/bin/hcp \