Skip to content

Commit 54ed2ee

Browse files
committed
Upgrade base image from UBI 8 to UBI 9
1 parent 114eb66 commit 54ed2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2626

2727
# Use distroless as minimal base image to package the manager binary
2828
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29-
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
29+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
3030
WORKDIR /
3131
COPY --from=builder /workspace/manager .
3232
USER 65532:65532

0 commit comments

Comments
 (0)