diff --git a/sidecar/Dockerfile b/sidecar/Dockerfile index b2ce8274..b638e0c1 100644 --- a/sidecar/Dockerfile +++ b/sidecar/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update && \ RUN find /dpkg/ -type d -empty -delete && \ rm -r /dpkg/usr/share/doc/ -FROM fluent/fluent-bit:2.1.9 +FROM fluent/fluent-bit:2.1.10 ENV LOG_LEVEL=warning # Copy the libraries from the extractor stage into root