Skip to content

Commit

Permalink
chore: changed dockerfile to use distroless
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase committed Oct 16, 2020
1 parent f39d608 commit e2b9a8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM scratch
FROM gcr.io/distroless/static:latest

COPY kconnect /

USER kconnect

ENTRYPOINT ["/kconnect"]

0 comments on commit e2b9a8f

Please sign in to comment.