Skip to content

Commit

Permalink
fix: use distroless instead of scratch
Browse files Browse the repository at this point in the history
fixes #9

Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 12, 2022
1 parent 60b7d71 commit 607c34b
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,3 +1,3 @@
FROM scratch
FROM gcr.io/distroless/static
COPY wishlist /usr/local/bin/wishlist
ENTRYPOINT [ "wishlist" ]
ENTRYPOINT [ "/usr/local/bin/wishlist" ]

0 comments on commit 607c34b

Please sign in to comment.