Skip to content

Commit

Permalink
chore: Upgrade Fluentd from 1.12.1 to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Apr 7, 2021
1 parent 6409c06 commit 6dfe88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \

# Fluentd plugin dependencies
RUN gem install \
fluentd:1.12.1 \
fluentd:1.12.2 \
concurrent-ruby:1.1.8 \
google-protobuf:3.9.2 \
lru_redux:1.1.0 \
Expand Down Expand Up @@ -91,7 +91,7 @@ RUN gem install \
RUN rm -rf /usr/local/bundle/cache/* \
&& find /usr/local/bundle/ -name "*.o" | xargs rm

FROM fluent/fluentd:v1.12.1-debian-1.0
FROM fluent/fluentd:v1.12.2-debian-1.0

USER root

Expand Down

0 comments on commit 6dfe88e

Please sign in to comment.