Telefonica / prometheus-kafka-adapter

Use Kafka as a remote storage database for Prometheus (remote write only)
Apache License 2.0
364 stars 135 forks source link

fix: update broken alpine dep in dockerfile #61

Closed jpfe-tid closed 3 years ago

jpfe-tid commented 3 years ago

fix #60

edge repositories evolve over time, becoming incompatible for librdkafka with alpine 3.11

this pr updates alpine to 3.12, minimum change required to fetch librdkafka >= 1.3

https://pkgs.alpinelinux.org/packages?name=librdkafka*&branch=v3.12&repo=community&arch=x86_64