You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Dockerfile is using a base image of golang:1.9 (274 MB).
This could be switched to an Alpine Linux version golang:1.9-alpine (83 MB) to drastically reduce the image size.
Currently the Dockerfile is using a base image of
golang:1.9
(274 MB).This could be switched to an Alpine Linux version
golang:1.9-alpine
(83 MB) to drastically reduce the image size.https://hub.docker.com/r/library/golang/tags/
The text was updated successfully, but these errors were encountered: