chore(deps): update benbusby/whoogle-search docker tag to v0.8.4 (#1514)
This commit is contained in:
parent
2b9eb87f58
commit
38303e9f51
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user