From 65c40913fc639aa6a0ca274a65cf4f39bdcd9378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:17:53 +0000 Subject: [PATCH] chore(Dockerfile): bump ubi9/ubi-minimal from 9.4-1227.1726694542 to 9.5 Bumps ubi9/ubi-minimal from 9.4-1227.1726694542 to 9.5. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 397f002ba..811af7413 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.1726694542 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 COPY --from=builder /opt/app-root/src/manager / COPY --from=builder /opt/app-root/src/snapshotgc /