diff --git a/Dockerfile b/Dockerfile index d1d7282f7..558e30266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM oamdev/gcr.io-distroless-static:nonroot +FROM gcr.io/distroless/static:nonroot WORKDIR / COPY manager . USER nonroot:nonroot