cooperspencer / gickup

https://cooperspencer.github.io/gickup-documentation/
Apache License 2.0
962 stars 34 forks source link

chore: update builder stage of Dockefile #103

Closed tomMoulard closed 2 years ago

tomMoulard commented 2 years ago

Following discussion on #101, this PR adds a few things in the builder stage of the Dockerfile. It adds the git program, as well as utilizing the docker cache feature when building, and a fixed version of the Golang base image.

cooperspencer commented 2 years ago

Hi, I already opened https://github.com/cooperspencer/gickup/pull/102 with your suggested changes.

tomMoulard commented 2 years ago

Oh sorry, I did not see it. Feel free to close this one if you wish.

cooperspencer commented 2 years ago

I will close it, but I copied your fixed golang version for the alpine container, that's a good idea.