Build image with:
docker build -t hansenmarvin/rust-build:1.76-alpine -f Dockerfile .
Push image to Dockerhub with:
docker push hansenmarvin/rust-build:1.76-alpine
Kerkour Blog: How to create small Docker images for Rust
Emerson Gomes: Testing Alternative C Memory Allocators Pt 2: The MUSL mystery
TWEAG Blog: SUPERCHARGING YOUR RUST STATIC EXECUTABLES WITH MIMALLOC
GITHUB: rust-alpine-mimalloc