# Blog: Introducing Falco 0.37.1

DevFeed: [Blog: Introducing Falco 0.37.1](<https://devfeed.tech/articles/blog-introducing-falco-0-37-1-32483.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-0-37-1/>)

Published: 2024-02-13T00:00:00Z

Content type: release

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [bug](<https://devfeed.tech/tags/bug.md>), [container-image](<https://devfeed.tech/tags/container-image.md>), [docker](<https://devfeed.tech/tags/docker.md>), [falco](<https://devfeed.tech/tags/falco.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Falco 0.37.1 is a patch release that fixes several bugs, adds driver-loader options and an HTTP-headers environment variable, updates Falcoctl and Libs, and changes libelf to dynamic linking. The static musl build is temporarily disabled.

## Source excerpt

Today we announce the release of Falco 0.37.1 🦅! Fixes Falco's 0.37.1 release is a small patch aimed at addressing a few minor bugs. It includes the following: Added --http-insecure flag to driver loader images Added new env variable FALCOCTL_DRIVER_HTTP_HEADERS understood by driver loader images to pass a comma separated list of http headers for driver download, eg: FALCOCTL_DRIVER_HTTP_HEADERS='x-emc-namespace: default,Proxy-Authenticate: Basic' Falcoctl was bumped to v0.7.2, fixing an issue building Flatcar drivers and a bug withing the kernel release fixup method to build drivers download URLs Fixed a nasty bug that caused Falco to crash when a priority higher than debug was set in the config: https://github.com/falcosecurity/falco/pull/3060 Libs were updated to 0.14.3 Last, but not least, as recommended by the CNCF, we now link libelf dynamically instead of statically, so that the library remains separable from Falco at runtime. This has multiple outcomes: Falco static (musl) build is disabled for now; we are experimenting with some solutions and we will hopefully be able to bring it back up soon Users of docker images won't notice anything since they already shipped libelf library Users of deb and rpm packages won't notice anything since libelf was already a nested dependency Users of the tar.gz package will need to manually install libelf where not present Thanks to everyone in the community for helping us in spotting these annoying bugs 🐛! You make Falco successful 🦅! Thanks as always to the Falco maintainers for their support and effort during the entire release process. Try it! 🏎 As usual, in case you just want to try out the stable Falco 0.37.1, you can install its packages following the process outlined in the docs: CentOS/Amazon Linux Debian/Ubuntu openSUSE Linux binary package Prefer to use a container image? No problem at all! 🐳 You can read more about running Falco with Docker in the docs. You can also find the Falcosecurity container images on the