We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d9ea0 commit 8476e9dCopy full SHA for 8476e9d
lib.sh
@@ -1927,7 +1927,7 @@ fi
1927
docker_update_specific() {
1928
if is_docker_running && docker ps -a --format "{{.Names}}" | grep -q "^$1$"
1929
then
1930
- if docker run --rm --name temporary_watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once "$1"
+ 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"
1931
1932
print_text_in_color "$IGreen" "$2 docker image just got updated!"
1933
echo "Docker image just got updated! We just updated $2 docker image automatically! $(date +%Y%m%d)" >> "$VMLOGS"/update.log
0 commit comments