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 3adac4d commit 0c90ffeCopy full SHA for 0c90ffe
Dockerfile
@@ -16,7 +16,7 @@ COPY pkg/ pkg/
16
17
RUN CGO_ENABLED=1 GOOS=linux GOARCH=${TARGETARCH:-amd64} make go-build-for-image
18
19
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
20
WORKDIR /
21
COPY --from=builder /workspace/manager .
22
0 commit comments