Skip to content

Commit

Permalink
Merge pull request #44 from bungoume/bungoume-patch-2
Browse files Browse the repository at this point in the history
Fluentd 1.4.2
  • Loading branch information
bungoume authored Apr 6, 2019
2 parents 86b82b4 + 157672d commit 38b8cbf
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 @@ -11,7 +11,7 @@ RUN apk --no-cache --update add \
ruby-dev && \
echo 'gem: --no-document' >> /etc/gemrc && \
gem install oj json && \
gem install fluentd -v 1.4.1 && \
gem install fluentd -v 1.4.2 && \
gem install fluent-plugin-beats && \
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 38b8cbf

Please sign in to comment.