## This PR
- switch base image from distroless to alpine
### Notes
The Alpine image makes it much easier to mount local volumes. It's also
used in many other popular CLI as a base image.
### How to test
Build locally and run the container.
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>