I had some build issues for the 0.14.33 version. Fixed it with: - `alpine:3.6` to get go >=1.8 - to prevent `make fails with cannot find package "context"` - added `libc-dev` as a new apk dependency - to get the linking to work
I had some build issues for the 0.14.33 version.
Fixed it with:
alpine:3.6to get go >=1.8make fails with cannot find package "context"libc-devas a new apk dependency