Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 02:18
ef9a2a1

Bug Fixes

Misc

What's Changed

Full Changelog

More Details

  • By removing setcap 'cap_net_bind_service=+ep' from the docker build, the container can run with all capabilities dropped on a non-privileged port. If you want to listen on port <1024, you could either run as root or add back the NET_BIND_SERVICE capability or build your own image with this flag on the binary.