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 5143044 commit cd5c086Copy full SHA for cd5c086
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.17.1 \
+ && gem install fluentd -v 1.18.0 \
27
&& fluent-gem install specific_install -v 0.3.8 \
28
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
29
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
0 commit comments