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
Rework the Dockerfile breaking it into a two stage process, build and deployment.
Adjust the way the build dependencies are collected using a `go get github.com/codingo/dorky` to deal with the otherwise missing `go.sum` file.
Use deployment container alpine:3.18
Update golang:1.16 to golang:1.20
Container build size before
> dorky 20230514z155300-dev 260e83175fca 374MB
Container build size after
> dorky 20230514z155514-dev d3b7c5c86bd6 15.3MB
0 commit comments