File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN go build \
1414 -o clients/cmd/fluent-bit/out_grafana_loki.so \
1515 /src/clients/cmd/fluent-bit
1616
17- FROM fluent/fluent-bit:4.1.1 @sha256:2a5cb41f99b7c5f3386bb34d42ce3b19eb47fbef6d93b64c0bd4afe9e6ec389c
17+ FROM fluent/fluent-bit:4.2.0 @sha256:aff743e1a5e61d036d10a4472d67cdd7a6b408c92218eb86e3f301e2bac7817a
1818
1919COPY --from=builder /src/clients/cmd/fluent-bit/out_grafana_loki.so /fluent-bit/bin
2020COPY clients/cmd/fluent-bit/fluent-bit.conf /fluent-bit/etc/fluent-bit.conf
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424
2525 # Read /var/log/syslog and send it to fluentd
2626 fluentbit :
27- image : fluent/fluent-bit:4.1
27+ image : fluent/fluent-bit:4.2@sha256:aff743e1a5e61d036d10a4472d67cdd7a6b408c92218eb86e3f301e2bac7817a
2828 command : " /fluent-bit/bin/fluent-bit -c /srv/fluent-bit.conf"
2929 user : root
3030 volumes :
You can’t perform that action at this time.
0 commit comments