From 596eaeed2a47abc28fc98c0243492ed44931debf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:28:55 +0000 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from 8.9 to 8.10 in /operator Bumps ubi8/ubi-minimal from 8.9 to 8.10. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- operator/Dockerfile.ubi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/Dockerfile.ubi b/operator/Dockerfile.ubi index dc28a9be..3c5e4b1c 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.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 ARG VERSION=${VERSION} ARG RELEASE_NUMBER=${RELEASE_NUMBER}