Skip to content

Commit

Permalink
Merge pull request #34 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 14, 2019
2 parents 92fc6c3 + 26d20cb commit f2c1a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Node driver registrar"

Expand Down

0 comments on commit f2c1a07

Please sign in to comment.