소스 검색

Update whoogle.json (#371)

updated to reflect the latest tag.  The creator of the whoogle containers actively supports new versions as they release in the container.
Chris P 2 년 전
부모
커밋
74dfd9cdb5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      template/apps/whoogle.json

+ 3 - 3
template/apps/whoogle.json

@@ -4,9 +4,9 @@
 		"Tools"
 	],
 	"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
-	"image_arm32": "benbusby/whoogle-search:0.7.3",
-	"image_arm64": "benbusby/whoogle-search:0.7.3",
-	"image_amd64": "benbusby/whoogle-search:0.7.3",
+	"image_arm32": "benbusby/whoogle-search:latest",
+	"image_arm64": "benbusby/whoogle-search:latest",
+	"image_amd64": "benbusby/whoogle-search:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/whoogle.png",
 	"name": "whoogle",
 	"officialDoc": "https://github.com/benbusby/whoogle-search#g-manual-docker",