diff --git a/roles/docker/tasks/services/restic-backup.yml b/roles/docker/tasks/services/restic-backup.yml index fd1726f9..3b0a9e3c 100644 --- a/roles/docker/tasks/services/restic-backup.yml +++ b/roles/docker/tasks/services/restic-backup.yml @@ -7,7 +7,7 @@ version: '3.6' services: restic-backup: - image: mazzolino/restic + image: mazzolino/restic:1.6.0 restart: always environment: RUN_ON_STARTUP: "true" @@ -29,7 +29,7 @@ - /docker-volumes:/mnt/volumes:ro restic-prune: - image: "mazzolino/restic" + image: "mazzolino/restic:1.6.0" environment: RUN_ON_STARTUP: "true" PRUNE_CRON: "0 0 4 * * *"