Skip to content

Commit

Permalink
feat: change base image to cgr.dev/chainguard/static (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Oct 14, 2022
1 parent 3257c2d commit d02eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile
FROM ghcr.io/distroless/static@sha256:a9650a15060275287ebf4530b34020b8d998bd2de9aea00d113c332d8c41eb0b
FROM cgr.dev/chainguard/static@sha256:a9650a15060275287ebf4530b34020b8d998bd2de9aea00d113c332d8c41eb0b
COPY minectl \
/usr/bin/minectl
ENTRYPOINT ["/usr/bin/minectl"]

0 comments on commit d02eb05

Please sign in to comment.