From 851f37f0ca06c1afbeee854535ce93b16c09d120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:20:24 +0000 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from 8.6 to 8.9 in /operator (#656) Bumps ubi8/ubi-minimal from 8.6 to 8.9. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- operator/Dockerfile.ubi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Dockerfile.ubi b/operator/Dockerfile.ubi index e5152ea5..9d2ce4f6 100644 --- a/operator/Dockerfile.ubi +++ b/operator/Dockerfile.ubi @@ -15,7 +15,7 @@ COPY . . # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go config.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 ARG VERSION=${VERSION} ARG RELEASE_NUMBER=${RELEASE_NUMBER}