switching to a Debian bullseye base image, we are using the 1.8.10 stable fluent-bit Dockerfile to create our FluentBit image.
We've now noticed 25 CVEs related to the installation of the fluent-bit bin (RUN install bin/fluent-bit /fluent-bit/bin/)
Namely, the following components are affected (mostly since old versions used)
Is there a backward-compatible way to update those libs from the Dockerfile? And are you planning on updating those libs with the fluent-bit installation for security reasons?
Dear team,
switching to a Debian bullseye base image, we are using the
1.8.10
stable fluent-bit Dockerfile to create our FluentBit image.We've now noticed 25 CVEs related to the installation of the fluent-bit bin (
RUN install bin/fluent-bit /fluent-bit/bin/
) Namely, the following components are affected (mostly since old versions used)Is there a backward-compatible way to update those libs from the Dockerfile? And are you planning on updating those libs with the fluent-bit installation for security reasons?