Skip to content

Commit

Permalink
Merge pull request #31 from bungoume/update-fluentd
Browse files Browse the repository at this point in the history
Fluentd v1.2.0
  • Loading branch information
bungoume authored May 21, 2018
2 parents b6bf2ba + 055447b commit a6cd0fd
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 1.1.2 && \
gem install fluentd -v 1.2.0 && \
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 a6cd0fd

Please sign in to comment.