From bcdf926586410d9896611fa7f60c4ecec3c3cec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:58:53 +0000 Subject: [PATCH] chore(Dockerfile): bump ubi8/ubi-minimal Bumps ubi8/ubi-minimal from 8.10-896.1717584414 to 8.10-1018. --- updated-dependencies: - dependency-name: ubi8/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 cd1c3477c..6ab15c887 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/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8 for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018 COPY --from=builder /opt/app-root/src/manager / COPY --from=builder /opt/app-root/src/snapshotgc /