Skip to content

Commit db1c4a1

Browse files
Bump ubi9/ubi-minimal from 9.5 to 9.6 in /images/operator-sdk (#6945)
Bumps ubi9/ubi-minimal from 9.5 to 9.6. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d09f948 commit db1c4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/operator-sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
20+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
2121

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

0 commit comments

Comments
 (0)