There was an error while loading. Please reload this page.
1 parent 96f1f26 commit 2198ca5Copy full SHA for 2198ca5
1 file changed
images/fluentd/Dockerfile
@@ -25,7 +25,7 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
25
# Remove fortify headers to fix PATH_MAX compilation errors in native gems
26
&& rm -rf /usr/include/fortify \
27
&& echo 'gem: --no-document' >> /etc/gemrc \
28
- && gem install fluentd -v 1.19.0 \
+ && gem install fluentd -v 1.19.1 \
29
&& fluent-gem install specific_install -v 0.3.8 \
30
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
31
&& fluent-gem install snappy -v 0.0.15 \
0 commit comments