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:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
17+ FROM gcr.io/distroless/static:nonroot@sha256:3a03fc0826340c7deb82d4755ca391bef5adcedb8892e58412e1a6008199fa91
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:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
31+ FROM gcr.io/distroless/static:nonroot@sha256:3a03fc0826340c7deb82d4755ca391bef5adcedb8892e58412e1a6008199fa91
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