From 74dfd9cdb5640e9e23ddef953fb809200fc2279e Mon Sep 17 00:00:00 2001 From: Chris P <42878642+Griffen8280@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:30:36 -0400 Subject: [PATCH] Update whoogle.json (#371) updated to reflect the latest tag. The creator of the whoogle containers actively supports new versions as they release in the container. --- template/apps/whoogle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/apps/whoogle.json b/template/apps/whoogle.json index 239cd55..f29dd15 100644 --- a/template/apps/whoogle.json +++ b/template/apps/whoogle.json @@ -4,9 +4,9 @@ "Tools" ], "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.", - "image_arm32": "benbusby/whoogle-search:0.7.3", - "image_arm64": "benbusby/whoogle-search:0.7.3", - "image_amd64": "benbusby/whoogle-search:0.7.3", + "image_arm32": "benbusby/whoogle-search:latest", + "image_arm64": "benbusby/whoogle-search:latest", + "image_amd64": "benbusby/whoogle-search:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/whoogle.png", "name": "whoogle", "officialDoc": "https://github.com/benbusby/whoogle-search#g-manual-docker",