Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit b79709e

Browse files
authored
Merge pull request #87 from mboersma/update-fluentd
chore(Dockerfile): update fluentd to 0.14.13
2 parents 904556f + 23d2da2 commit b79709e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/Dockerfile

+1-1
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)