On Wednesday, 7 March 2018 at 14:54:22 UTC, aberba wrote: > I notice from the Dockerfile you build and copy the binary to > alpine directly. Why don't you build and serve from alpine > directly? This way the final images won't contain the build environment, thus they are really small: 9 and 12 MB on arm and x86 respectively.