From 6155908ccc7c76e273697aa00740eb5c3b107d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:21:09 +0200 Subject: [PATCH] Update docker.io/cupcakearmy/autorestic Docker tag to v1.7.9 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- roles/autorestic/templates/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/autorestic/templates/compose.yaml.j2 b/roles/autorestic/templates/compose.yaml.j2 index 7d545051..08299f72 100644 --- a/roles/autorestic/templates/compose.yaml.j2 +++ b/roles/autorestic/templates/compose.yaml.j2 @@ -1,7 +1,7 @@ --- services: autorestic: - image: docker.io/cupcakearmy/autorestic:1.7.4 + image: docker.io/cupcakearmy/autorestic:1.7.9 container_name: autorestic volumes: - {{ services_path }}:{{ services_path }}