-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
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).
volmedo, c0va23, gfeun, matoous and sand8080