Skip to content

Commit a4f6595

Browse files
Bump ubi8/ubi-minimal from 8.8 to 8.9 in /images/operator-sdk (#6632)
Bumps ubi8/ubi-minimal from 8.8 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>
1 parent 12d61b0 commit a4f6595

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/ubi8/ubi-minimal:8.8
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
2121

2222
ENV GO_VERSION 1.19
2323

0 commit comments

Comments
 (0)