From 65ec685db6b7d25f2fd15fa0fcbf43c51de7e935 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 23 Oct 2025 16:18:33 +0200 Subject: [PATCH] fix: add "v" to image tag --- tasks/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index 3f4f780..f5d0564 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -52,7 +52,7 @@ # run prometheus name: "prometheus" - image: "docker.io/prom/prometheus:3.7.2" + image: "docker.io/prom/prometheus:v3.7.2" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"