abiosoft / caddy-docker

Docker container for Caddy
https://hub.docker.com/r/abiosoft/caddy/
MIT License
766 stars 314 forks source link

Update builder image to Go 1.13 #225

Open fat0troll opened 4 years ago

fat0troll commented 4 years ago

Due to force-push in github.com/labbsr0x/goh none of the Caddy versions can be built with Go 1.12 (missing commit hash). Go 1.13, which uses modules proxy, can build Caddy latest versions, as it will find this commit on public proxy.

I suggest you to update builder image to golang:1.13-alpine, so all builds will work again.