Skip to content

Commit

Permalink
build(deps): bump ubi8/ubi-minimal from 8.6 to 8.9 in /operator (#656)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 23335be commit 851f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 851f37f

Please sign in to comment.