From 38303e9f514eb89854f6116b525ef8c084ebe483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:27:02 +0000 Subject: [PATCH] chore(deps): update benbusby/whoogle-search docker tag to v0.8.4 (#1514) --- apps/whoogle/config.json | 9 ++++++--- apps/whoogle/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/whoogle/config.json b/apps/whoogle/config.json index cc533cfb..99bee7ef 100644 --- a/apps/whoogle/config.json +++ b/apps/whoogle/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8255, "id": "whoogle", - "tipi_version": 2, - "version": "0.8.3", + "tipi_version": 3, + "version": "0.8.4", "categories": [ "social" ], @@ -15,5 +15,8 @@ "author": "Ben Busby", "source": "https://github.com/benbusby/whoogle-search", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/whoogle/docker-compose.yml b/apps/whoogle/docker-compose.yml index 54aa3daa..f7afb9d0 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.3 + image: benbusby/whoogle-search:0.8.4 restart: unless-stopped networks: - tipi_main_network