We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09f948 commit db1c4a1Copy full SHA for db1c4a1
images/operator-sdk/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
18
19
# Final image.
20
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
21
22
# TODO: Figure out how to take the go binary from the builder image so this doesn't have to be maintained.
23
ENV GO_VERSION=1.23.4
0 commit comments