From 6c01dbf9b1c2491d7641904945e5cada63e86d8f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:11:35 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1725849298 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 966913d60..02381f24c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ARG ENABLE_WEBHOOKS=true ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS} # Use ubi-minimal as minimal base image to package the manager binary # Refer to https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 for more details -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298 COPY --from=builder /opt/app-root/src/manager / COPY --from=builder /opt/app-root/src/snapshotgc /