Skip to content

Commit

Permalink
feat: switch to distroless base image (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Aug 20, 2022
1 parent cbc0fff commit 34b63e8
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,5 +1,5 @@
# Dockerfile
FROM alpine@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
FROM ghcr.io/distroless/alpine-base@sha256:6b798ef68d029c2311e461b1dfdedfbb8cff4784a31088811960d23745336caf
COPY minectl \
/usr/bin/minectl
ENTRYPOINT ["/usr/bin/minectl"]
ENTRYPOINT ["/usr/bin/minectl"]

0 comments on commit 34b63e8

Please sign in to comment.