Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 6a0d2c0

Browse files
author
Bin Yi
authored
Merge pull request #116 from SumoLogic/byi-112-update-fluent-plugin-concat
fix 112 update fluent-plugin-concat to 2.3.0
2 parents 212f8d6 + 371a7c6 commit 6a0d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN [ -f /bin/entrypoint.sh ] && /bin/entrypoint.sh echo || : && \
1111
gem install fluent-plugin-record-reformer -v 0.9.1 && \
1212
gem install fluent-plugin-kubernetes_metadata_filter -v 1.0.2 && \
1313
gem install fluent-plugin-sumologic_output -v 1.4.0 && \
14-
gem install fluent-plugin-concat -v 2.2.1 && \
14+
gem install fluent-plugin-concat -v 2.3.0 && \
1515
gem install fluent-plugin-rewrite-tag-filter -v 2.1.0 && \
1616
gem install fluent-plugin-prometheus -v 1.1.0 && \
1717
rm -rf /home/fluent/.gem/ruby/2.3.0/cache/*.gem && \

0 commit comments

Comments
 (0)