Skip to content

Commit f09d015

Browse files
committed
chore: Dockerfile - Switch to supported distroless image
https://github.com/GoogleContainerTools/distroless says: Any other tags are considered deprecated and are no longer updated
1 parent acbf6d3 commit f09d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /go/src/k8s.io/kube-state-metrics/
88

99
RUN make install-tools && make build-local
1010

11-
FROM gcr.io/distroless/static:latest-${GOARCH}
11+
FROM gcr.io/distroless/static-debian12:latest-${GOARCH}
1212
COPY --from=builder /go/src/k8s.io/kube-state-metrics/kube-state-metrics /
1313

1414
USER nobody

0 commit comments

Comments
 (0)