File tree 2 files changed +2
-2
lines changed
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:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441
17
+ FROM gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246
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:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441
31
+ FROM gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246
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