From 128e379f0f738fe5faa3fa514885d21c569e381b Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Fri, 15 Nov 2024 23:05:15 +0530 Subject: [PATCH] chore(compose): use fixed version of prometheus This commit fixes the issue where prometheus using `latest` is unable to scrape scaphandre metrics due to issue in scaphandre of having an invalid `Content-Type` header in Scaphandre's response. Signed-off-by: Vibhu Prashar --- manifests/compose/monitoring/prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/compose/monitoring/prometheus/Dockerfile b/manifests/compose/monitoring/prometheus/Dockerfile index 99c3a7c392..68e3e398c1 100644 --- a/manifests/compose/monitoring/prometheus/Dockerfile +++ b/manifests/compose/monitoring/prometheus/Dockerfile @@ -1,3 +1,3 @@ -FROM quay.io/prometheus/prometheus:latest +FROM quay.io/prometheus/prometheus:v2.55.0 COPY /prometheus.yml /etc/prometheus/prometheus.yml