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 @@ -57,7 +57,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager
57
57
58
58
# Use distroless as minimal base image to package the manager binary
59
59
# Refer to https://github.com/GoogleContainerTools/distroless for more details
60
- FROM gcr.io/distroless/static:nonroot
60
+ FROM gcr.io/distroless/static:nonroot
61
61
WORKDIR /
62
62
COPY --from=builder /workspace/manager .
63
63
USER nonroot:nonroot
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager
19
19
20
20
# Use distroless as minimal base image to package the manager binary
21
21
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22
- FROM gcr.io/distroless/static:nonroot
22
+ FROM gcr.io/distroless/static:nonroot
23
23
WORKDIR /
24
24
COPY --from=builder /workspace/manager .
25
25
USER nonroot:nonroot
You can’t perform that action at this time.
0 commit comments