File tree 3 files changed +3
-3
lines changed
multidimensional-pod-autoscaler/pkg
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG TARGETOS TARGETARCH
29
29
30
30
RUN CGO_ENABLED=0 LD_FLAGS=-s GOARCH=$TARGETARCH GOOS=$TARGETOS go build -C pkg/admission-controller -o admission-controller-$TARGETARCH
31
31
32
- FROM gcr.io/distroless/static:latest
32
+ FROM gcr.io/distroless/static:nonroot
33
33
34
34
ARG TARGETARCH
35
35
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG TARGETOS TARGETARCH
29
29
30
30
RUN CGO_ENABLED=0 LD_FLAGS=-s GOARCH=$TARGETARCH GOOS=$TARGETOS go build -C pkg/recommender -o recommender-$TARGETARCH
31
31
32
- FROM gcr.io/distroless/static:latest
32
+ FROM gcr.io/distroless/static:nonroot
33
33
34
34
ARG TARGETARCH
35
35
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ARG TARGETOS TARGETARCH
29
29
30
30
RUN CGO_ENABLED=0 LD_FLAGS=-s GOARCH=$TARGETARCH GOOS=$TARGETOS go build -C pkg/updater -o updater-$TARGETARCH
31
31
32
- FROM gcr.io/distroless/static:latest
32
+ FROM gcr.io/distroless/static:nonroot
33
33
34
34
ARG TARGETARCH
35
35
You can’t perform that action at this time.
0 commit comments