We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114eb66 commit 54ed2eeCopy full SHA for 54ed2ee
Dockerfile
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
26
27
# Use distroless as minimal base image to package the manager binary
28
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29
-FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
30
WORKDIR /
31
COPY --from=builder /workspace/manager .
32
USER 65532:65532
0 commit comments