diff --git a/Dockerfile b/Dockerfile index c7f6a8a0..068c20fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f +FROM gcr.io/distroless/static:nonroot@sha256:92d40eea0b5307a94f2ebee3e94095e704015fb41e35fc1fcbd1d151cc282222 # For multi-arch builds, use automatic platform build arguments # see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope diff --git a/Dockerfile-operator b/Dockerfile-operator index 40154d0c..dd5d6f70 100644 --- a/Dockerfile-operator +++ b/Dockerfile-operator @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f +FROM gcr.io/distroless/static:nonroot@sha256:92d40eea0b5307a94f2ebee3e94095e704015fb41e35fc1fcbd1d151cc282222 # For multi-arch builds, use automatic platform build arguments # see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope