We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3e89c commit 738c122Copy full SHA for 738c122
clients/cmd/fluent-bit/Dockerfile
@@ -14,7 +14,7 @@ RUN go build \
14
-o clients/cmd/fluent-bit/out_grafana_loki.so \
15
/src/clients/cmd/fluent-bit
16
17
-FROM fluent/fluent-bit:4.1.0@sha256:4d2d8b84bb33b1a641ecd03904c4c610ce374819546cc175bf88025a1c1683e2
+FROM fluent/fluent-bit:4.1.1@sha256:2a5cb41f99b7c5f3386bb34d42ce3b19eb47fbef6d93b64c0bd4afe9e6ec389c
18
19
COPY --from=builder /src/clients/cmd/fluent-bit/out_grafana_loki.so /fluent-bit/bin
20
COPY clients/cmd/fluent-bit/fluent-bit.conf /fluent-bit/etc/fluent-bit.conf
0 commit comments