From 59e93273295bd42213b1052e145682473d66fafd Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 24 Oct 2025 14:54:56 +0200 Subject: [PATCH] fix: add missing v --- tasks/pulse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pulse.yaml b/tasks/pulse.yaml index f9bb087..687cf50 100644 --- a/tasks/pulse.yaml +++ b/tasks/pulse.yaml @@ -34,7 +34,7 @@ # pulse name: "pulse" - image: "docker.io/rcourtman/pulse:4.25.0" + image: "docker.io/rcourtman/pulse:v4.25.0" image_name_mismatch: "recreate" network_mode: "host" restart_policy: "unless-stopped"