Skip to content

Commit 8476e9d

Browse files
committed
use fork of watchtower to update containers
Signed-off-by: Simon L. <[email protected]>
1 parent a5d9ea0 commit 8476e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ fi
19271927
docker_update_specific() {
19281928
if is_docker_running && docker ps -a --format "{{.Names}}" | grep -q "^$1$"
19291929
then
1930-
if docker run --rm --name temporary_watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once "$1"
1930+
if docker run --rm --name temporary_watchtower -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/nicholas-fedor/watchtower:latest --cleanup --run-once "$1"
19311931
then
19321932
print_text_in_color "$IGreen" "$2 docker image just got updated!"
19331933
echo "Docker image just got updated! We just updated $2 docker image automatically! $(date +%Y%m%d)" >> "$VMLOGS"/update.log

0 commit comments

Comments
 (0)