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

Commit

Permalink
upgrade to fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Reno committed Apr 19, 2018
1 parent e52582d commit eb7a69c
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 @@ -8,7 +8,7 @@ RUN [ -f /bin/entrypoint.sh ] && /bin/entrypoint.sh echo || : && \
apt-get install -y build-essential ruby-dev libffi-dev libsystemd-dev && \
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.1 && \
gem install fluent-plugin-kubernetes_metadata_filter -v 1.0.2 && \
gem install fluent-plugin-sumologic_output -v 1.0.2 && \
gem install fluent-plugin-concat -v 2.2.1 && \
rm -rf /home/fluent/.gem/ruby/2.3.0/cache/*.gem && \
Expand Down

0 comments on commit eb7a69c

Please sign in to comment.