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
Merge pull request #45 from rog-golang-buddies/dockerfile-fix
fix(Dockerfile): Go image update
What does this commit do?
=========================
* Use alpine Go base image to reduce size
* Reuse make command to build binary
Why are we doing this?
======================
* Shrink image size to increase build times
* Reuse make to provide a single place add binary build updates
0 commit comments