Update postgres-exporter to v0.12.1 (#7004)

Fixes https://github.com/neondatabase/neon/issues/6996

Thanks to @bayandin
This commit is contained in:
Roman Zaynetdinov
2024-03-04 18:02:10 +02:00
committed by GitHub
parent f0be9400f2
commit 0d2395fe96

View File

@@ -176,7 +176,7 @@ build: |
# actually build the thing...
&& make install
FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.0 AS postgres-exporter
FROM quay.io/prometheuscommunity/postgres-exporter:v0.12.1 AS postgres-exporter
FROM burningalchemist/sql_exporter:0.13 AS sql-exporter