Hi there
Since version 0.20.3, it appears the Hugo binary is no longer being statically linked.
This means when running Hugo within an alpine container, 'no such file or directory' is output (because the linked libraries are not present). I'm assuming this is to do with the transition to using goreleaser, as part of this issue: #3358
From a quick glance, it looks like goreleaser allows us to specify ld flags. etc for use when building, so this should be possible!
Thanks