chore(deps): update benbusby/whoogle-search docker tag to v0.8.4 (#1514)

This commit is contained in:
renovate[bot] 2023-11-02 04:27:02 +00:00 committed by GitHub
parent 2b9eb87f58
commit 38303e9f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8255, "port": 8255,
"id": "whoogle", "id": "whoogle",
"tipi_version": 2, "tipi_version": 3,
"version": "0.8.3", "version": "0.8.4",
"categories": [ "categories": [
"social" "social"
], ],
@ -15,5 +15,8 @@
"author": "Ben Busby", "author": "Ben Busby",
"source": "https://github.com/benbusby/whoogle-search", "source": "https://github.com/benbusby/whoogle-search",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
whoogle: whoogle:
container_name: whoogle container_name: whoogle
image: benbusby/whoogle-search:0.8.3 image: benbusby/whoogle-search:0.8.4
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network