Skip to content

Commit 8558664

Browse files
authored
Merge pull request #27 from jsafrane/use-distroless
Use distroless as base image
2 parents 25e836c + 107f259 commit 8558664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="CSI External Resizer"
44

0 commit comments

Comments
 (0)