Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
upgrade fluentd sumologic output plugin to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankreno committed Jul 12, 2018
1 parent 4d8d3c9 commit 498bd09
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 @@ -9,7 +9,7 @@ RUN [ -f /bin/entrypoint.sh ] && /bin/entrypoint.sh echo || : && \
gem install fluent-plugin-systemd -v 0.3.1 && \
gem install fluent-plugin-record-reformer -v 0.9.1 && \
gem install fluent-plugin-kubernetes_metadata_filter -v 1.0.2 && \
gem install fluent-plugin-sumologic_output -v 1.0.3 && \
gem install fluent-plugin-sumologic_output -v 1.1.1 && \
gem install fluent-plugin-concat -v 2.2.1 && \
rm -rf /home/fluent/.gem/ruby/2.3.0/cache/*.gem && \
gem sources -c && \
Expand Down

0 comments on commit 498bd09

Please sign in to comment.