Skip to content

Commit 2198ca5

Browse files
committed
chore: bump fluentd to 1.19.1
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 96f1f26 commit 2198ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/fluentd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
2525
# Remove fortify headers to fix PATH_MAX compilation errors in native gems
2626
&& rm -rf /usr/include/fortify \
2727
&& echo 'gem: --no-document' >> /etc/gemrc \
28-
&& gem install fluentd -v 1.19.0 \
28+
&& gem install fluentd -v 1.19.1 \
2929
&& fluent-gem install specific_install -v 0.3.8 \
3030
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
3131
&& fluent-gem install snappy -v 0.0.15 \

0 commit comments

Comments
 (0)