From 75aff61eae85e750a1e53a7674994363902c7559 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 5 Nov 2024 10:38:58 +0000 Subject: [PATCH] Switch to latest image. --- services/prometheus.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/prometheus.hcl b/services/prometheus.hcl index 52ea91d..bf7f0d4 100644 --- a/services/prometheus.hcl +++ b/services/prometheus.hcl @@ -23,7 +23,7 @@ job "prometheus" { driver = "docker" config { - image = "prom/prometheus:v2.54.1" + image = "prom/prometheus:latest" network_mode = "host" args = [ "--storage.tsdb.path", "/opt/prometheus",