Skip to content

Commit cd5c086

Browse files
committed
feat: bump fulentd to 1.18.0
Signed-off-by: Bence Csati <[email protected]>
1 parent 5143044 commit cd5c086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/fluentd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
2323
snappy libssl3 libcrypto3 \
2424
&& apk add --no-cache $BUILD_DEPS \
2525
&& echo 'gem: --no-document' >> /etc/gemrc \
26-
&& gem install fluentd -v 1.17.1 \
26+
&& gem install fluentd -v 1.18.0 \
2727
&& fluent-gem install specific_install -v 0.3.8 \
2828
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
2929
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \

0 commit comments

Comments
 (0)