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 14
14
15
15
# Use distroless as minimal base image to package the manager binary
16
16
# Refer to https://github.com/GoogleContainerTools/distroless for more details
17
- FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
17
+ FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
18
18
19
19
# For multi-arch builds, use automatic platform build arguments
20
20
# 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} \
28
28
29
29
# Use distroless as minimal base image to package the manager binary
30
30
# Refer to https://github.com/GoogleContainerTools/distroless for more details
31
- FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
31
+ FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
32
32
33
33
# For multi-arch builds, use automatic platform build arguments
34
34
# 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