From e736a8e697995829355a438bb807a3dfcf22fbe1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Mar 2025 11:26:47 +0000 Subject: [PATCH] Update healthchecks/healthchecks Docker tag to v3.9 --- ansible/assets/docker-ext/compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/assets/docker-ext/compose.yml.j2 b/ansible/assets/docker-ext/compose.yml.j2 index c875808..64560b0 100644 --- a/ansible/assets/docker-ext/compose.yml.j2 +++ b/ansible/assets/docker-ext/compose.yml.j2 @@ -353,7 +353,7 @@ services: restart: unless-stopped # To use a pre-built image, remove the above "build" section # and uncomment the following line: - image: healthchecks/healthchecks:v3.8 + image: healthchecks/healthchecks:v3.9 env_file: - .healthchecks-env ports: -- 2.39.5