Closed
Description
I notice that the Docker image uses golang:1.12
. It is based on Debian Stretch and is ~296 MB. How about switching to use 1.12-alpine
which is 128 MB? There would be a 168 MB saving which would be a nice improvement to those of use who are using the Docker image for CI (less to download => faster CI step execution).