From b1264e65c0a665e1d3a76de2db8d26fb13323bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:55:31 +0000 Subject: [PATCH] chore(Dockerfile): bump ubi8/ubi-minimal from 8.9-1029 to 8.9-1108 Bumps ubi8/ubi-minimal from 8.9-1029 to 8.9-1108. --- 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 4b132b2ce..8dfb18a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,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.9-1029 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108 COPY --from=builder /opt/app-root/src/manager / # It is mandatory to set these labels