From 8a867d5b87d0c664ed208c76a6db9b90f2d5d943 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:27:55 +0000 Subject: [PATCH] chore(deps): update benbusby/whoogle-search docker tag to v0.8.3 (#1045) --- apps/whoogle/config.json | 8 +++++--- apps/whoogle/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/whoogle/config.json b/apps/whoogle/config.json index 11863fc4..6bac92fe 100644 --- a/apps/whoogle/config.json +++ b/apps/whoogle/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8255, "id": "whoogle", - "tipi_version": 1, - "version": "0.8.2", - "categories": ["social"], + "tipi_version": 2, + "version": "0.8.3", + "categories": [ + "social" + ], "description": "Get Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking.", "short_desc": "A self-hosted, ad-free, privacy-respecting metasearch engine.", "author": "Ben Busby", diff --git a/apps/whoogle/docker-compose.yml b/apps/whoogle/docker-compose.yml index fda72121..54aa3daa 100644 --- a/apps/whoogle/docker-compose.yml +++ b/apps/whoogle/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: whoogle: container_name: whoogle - image: benbusby/whoogle-search:0.8.2 + image: benbusby/whoogle-search:0.8.3 restart: unless-stopped networks: - tipi_main_network