File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515# Use distroless as minimal base image to package the manager binary
1616# Refer to https://github.com/GoogleContainerTools/distroless for more details
17- FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
17+ FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46
1818
1919# For multi-arch builds, use automatic platform build arguments
2020# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2828
2929# Use distroless as minimal base image to package the manager binary
3030# Refer to https://github.com/GoogleContainerTools/distroless for more details
31- FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
31+ FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46
3232
3333# For multi-arch builds, use automatic platform build arguments
3434# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
You can’t perform that action at this time.
0 commit comments