Skip to content

Commit

Permalink
chore(deps): update benbusby/whoogle-search docker tag to v0.9.3 (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 4a4ca49 commit 2c14d3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/whoogle/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 8255,
"id": "whoogle",
"tipi_version": 7,
"version": "0.9.2",
"tipi_version": 8,
"version": "0.9.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.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1737337067000
"updated_at": 1738086976000
}
2 changes: 1 addition & 1 deletion apps/whoogle/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "whoogle",
"image": "benbusby/whoogle-search:0.9.2",
"image": "benbusby/whoogle-search:0.9.3",
"isMain": true,
"internalPort": 8255,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/whoogle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
whoogle:
container_name: whoogle
image: benbusby/whoogle-search:0.9.2
image: benbusby/whoogle-search:0.9.3
restart: unless-stopped
networks:
- tipi_main_network
Expand Down

0 comments on commit 2c14d3f

Please sign in to comment.