File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:49af06135e8bbe8ddc46c1d28b0bd00961aae9c9ed090bbc0237f58e1462dd4b
17+ FROM gcr.io/distroless/static:nonroot@sha256:55c636171053dbc8ae07a280023bd787d2921f10e569f3e319f1539076dbba11
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 @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2929
3030# Use distroless as minimal base image to package the manager binary
3131# Refer to https://github.com/GoogleContainerTools/distroless for more details
32- FROM gcr.io/distroless/static:nonroot@sha256:49af06135e8bbe8ddc46c1d28b0bd00961aae9c9ed090bbc0237f58e1462dd4b
32+ FROM gcr.io/distroless/static:nonroot@sha256:55c636171053dbc8ae07a280023bd787d2921f10e569f3e319f1539076dbba11
3333
3434# For multi-arch builds, use automatic platform build arguments
3535# 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