mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
Docker builder image was updated to remove the libelf and libz deps as they are now properly bundled, in BUNDLED_DEPS mode. Finally, circleci musl job was updated to enforce the use of alpine-provided libelf package, since it is already static, and building libelf on musl is pretty cumbersome. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>