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,
"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"
]
}

View File

@ -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