From f5e265f0db82ef31b7b71294ae7a4efaf212f6b2 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:40:04 +0200 Subject: [PATCH] Use the Github package + enforce the version Co-authored-by: Perflyst <26308977+Perflyst@users.noreply.github.com> --- templates/compose/watchtower.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/watchtower.yml b/templates/compose/watchtower.yml index 7a3a931..8ac3159 100644 --- a/templates/compose/watchtower.yml +++ b/templates/compose/watchtower.yml @@ -1,7 +1,7 @@ services: watchtower: container_name: watchtower - image: containrrr/watchtower:latest + image: ghcr.io/containrrr/watchtower:1.7.1 restart: unless-stopped environment: - 'WATCHTOWER_CLEANUP=true'