Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#178 from jsafrane/use-distroless
Browse files Browse the repository at this point in the history
Use distroless as base image
  • Loading branch information
k8s-ci-robot authored Mar 12, 2019
2 parents 4997302 + 02475b8 commit 0f4db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mock-driver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Mock Driver"

Expand Down

0 comments on commit 0f4db48

Please sign in to comment.