Skip to content

Commit 110212d

Browse files
authored
Update base image. (#1789)
Signed-off-by: Josh Baird <[email protected]>
1 parent 1fde439 commit 110212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fluent-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GO111MODULE=on go build
2323

2424
# Use distroless as minimal base image to package the manager binary
2525
# Refer to https://github.com/GoogleContainerTools/distroless for more details
26-
FROM kubesphere/distroless-static:nonroot
26+
FROM gcr.io/distroless/static:nonroot
2727
WORKDIR /
2828
COPY --from=builder /workspace/manager .
2929
USER nonroot:nonroot

0 commit comments

Comments
 (0)