From 9307cef6a63ff9f11100883629b7f12d52e67ad1 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:34:15 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.5-1734513256 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 1542a820..bb91f8e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS} # Use ubi-micro as minimal base image to package the manager binary # See https://catalog.redhat.com/software/containers/ubi9/ubi-micro/615bdf943f6014fa45ae1b58 -FROM registry.access.redhat.com/ubi9/ubi-micro:9.5-1734327559 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.5-1734513256 COPY --from=builder /opt/app-root/src/manager / # It is mandatory to set these labels