From 0a6bbf42568720f71bda8f868ac376589f265fdc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Dec 2024 22:00:31 +0000 Subject: [PATCH] Update healthchecks/healthchecks Docker tag to v3.8 --- 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 00c861d..2502bab 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.7 + image: healthchecks/healthchecks:v3.8 env_file: - .healthchecks-env ports: -- 2.39.5