codoworks / go-boilerplate

Production-ready Go RESTful API boilerplate with Echo
MIT License
144 stars 12 forks source link

Feat: User alpine docker images to speed up build time #10

Closed dextercodo closed 6 months ago

dextercodo commented 6 months ago

I’ve tried using an alpine image, turns out it had no gcc installed. Attempting to manually install what’s needed is more time consuming than using a non-alpine image.

Deciding to stick with the current go image and closing this issue.