We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9be30 commit 9495feeCopy full SHA for 9495fee
images/fluentd/Dockerfile
@@ -23,7 +23,7 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
23
snappy libssl3 libcrypto3 \
24
&& apk add --no-cache $BUILD_DEPS \
25
&& echo 'gem: --no-document' >> /etc/gemrc \
26
- && gem install fluentd -v 1.18.0 \
+ && gem install fluentd -v 1.19.0 \
27
&& fluent-gem install specific_install -v 0.3.8 \
28
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
29
&& fluent-gem install snappy -v 0.0.15 \
0 commit comments