Skip to content

Commit d8c0c6a

Browse files
committed
fix prometheus-client version
1 parent 8be2b9e commit d8c0c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluentd-image/v1.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apk update \
2727
&& gem install async-http -v 0.50.0 \
2828
&& gem install ext_monitor -v 0.1.2 \
2929
&& gem install fluentd -v 1.9.2 \
30-
&& gem install prometheus-client -v 2.0.0 \
30+
&& gem install prometheus-client -v 0.9.0 \
3131
&& gem install bigdecimal -v 1.4.4 \
3232
&& gem install \
3333
specific_install \

0 commit comments

Comments
 (0)