Use distroless as base image

This commit is contained in:
Jan Safranek
2019-03-12 13:20:43 +01:00
parent 3468ea0dd3
commit 63a1e7ee23

View File

@@ -1,4 +1,4 @@
FROM alpine
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI External Snapshotter"