Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Pinned fluent-bit version to 1.7.0 due to bug fluent/fluent-bit#3192
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiger committed Mar 18, 2021
1 parent 7e72f4f commit 9ee1cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /work
COPY .git Makefile go.* *.go /work/
RUN make bin/audit-forwarder

FROM fluent/fluent-bit:1.7-debug
FROM fluent/fluent-bit:1.7.0-debug

COPY --from=builder /work/bin/audit-forwarder /fluent-bit/bin/
COPY *.conf /fluent-bit/etc/
Expand Down

0 comments on commit 9ee1cee

Please sign in to comment.