From f20b7b6e179142ddc8d5878f8fac4682e75c79c7 Mon Sep 17 00:00:00 2001 From: maflcko <6399679+maflcko@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:53:56 +0200 Subject: [PATCH] fluent-bit: Use latest builder (#11870) Co-authored-by: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> --- projects/fluent-bit/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/fluent-bit/Dockerfile b/projects/fluent-bit/Dockerfile index 31d424a2c..9c9d0e637 100755 --- a/projects/fluent-bit/Dockerfile +++ b/projects/fluent-bit/Dockerfile @@ -13,8 +13,7 @@ # limitations under the License. # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e -# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors +FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make cmake flex bison libssl-dev libyaml-dev RUN git clone --depth 1 https://github.com/fluent/fluent-bit/ fluent-bit