Skip to content

Commit

Permalink
upgrade to latest, fixed label router
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
  • Loading branch information
pepov committed Dec 2, 2024
1 parent 6c15add commit fd37a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.17-5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
&& echo 'gem: --no-document' >> /etc/gemrc \
&& gem install fluentd -v 1.17.1 \
&& fluent-gem install specific_install -v 0.3.8 \
&& fluent-gem install fluent-plugin-label-router -v 0.3.2 \
&& fluent-gem install fluent-plugin-label-router -v 0.4.0 \
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
&& apk del $BUILD_DEPS \
&& rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete
Expand Down

0 comments on commit fd37a13

Please sign in to comment.