Skip to content

Commit

Permalink
Bump ubi9/ubi-minimal in /images/operator-sdk
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-minimal from 9.4-1227.1726694542 to 9.5.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 95b3f89 commit ec265a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/operator-sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk

# Final image.
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

# TODO: Figure out how to take the go binary from the builder image so this doesn't have to be maintained.
ENV GO_VERSION=1.22.5
Expand Down

0 comments on commit ec265a5

Please sign in to comment.