Skip to content

Commit

Permalink
Merge pull request #23 from bungoume/use-fluentd-v1
Browse files Browse the repository at this point in the history
* use Fluentd v1
  • Loading branch information
bungoume authored Nov 30, 2017
2 parents da7f512 + e6ceb04 commit cf0e0d2
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 apk --no-cache --update add \
ruby-dev && \
echo 'gem: --no-document' >> /etc/gemrc && \
gem install oj json && \
gem install fluentd -v 0.14.23 && \
gem install fluentd -v 1.0.0.rc1 && \
apk del build-base ruby-dev && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /usr/lib/ruby/gems/*/cache/*.gem

Expand Down

0 comments on commit cf0e0d2

Please sign in to comment.