Skip to content

Commit

Permalink
feature: move to distroless (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 authored Aug 5, 2021
1 parent 9523046 commit 1d98ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scratch
FROM gcr.io/distroless/base
COPY goblackhole /usr/bin/goblackhole
COPY ./config.yaml /etc/goblackhole/config.yaml
ENTRYPOINT ["/usr/bin/goblackhole"]
CMD ["/usr/bin/goblackhole"]

0 comments on commit 1d98ab6

Please sign in to comment.