diff --git a/Dockerfile b/Dockerfile index e907186f..82ae6a19 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:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f +FROM gcr.io/distroless/static:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 # 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 48b3956e..52035ad4 100644 --- a/Dockerfile-operator +++ b/Dockerfile-operator @@ -28,7 +28,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:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f +FROM gcr.io/distroless/static:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 # For multi-arch builds, use automatic platform build arguments # see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope