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 1b9cb8d commit a437078Copy full SHA for a437078
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.6
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7
21
22
ARG TARGETARCH
23
RUN microdnf install -y make gcc which tar gzip
0 commit comments