Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Commit 23d2da2

Browse files
committed
chore(Dockerfile): update fluentd to 0.14.13
See https://github.com/fluent/fluentd/blob/master/ChangeLog
1 parent 7d0ee09 commit 23d2da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN buildDeps='g++ gcc make ruby-dev'; \
77
apt-get install -y \
88
$buildDeps \
99
ruby && \
10-
export FLUENTD_VERSION=0.14.4 && \
10+
export FLUENTD_VERSION=0.14.13 && \
1111
gem install --no-document fluentd -v $FLUENTD_VERSION && \
1212
gem install bundler && \
1313
bundle install --gemfile=/opt/fluentd/deis-output/Gemfile && \

0 commit comments

Comments
 (0)