From 2d21e0c9940688387f48ca0a45ce0093708a7e2d Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sun, 8 Mar 2026 16:32:10 +0100 Subject: [PATCH] chore: bump searXNG --- searxng/docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/searxng/docker-compose.yml b/searxng/docker-compose.yml index 60a4d9d..abb6f59 100644 --- a/searxng/docker-compose.yml +++ b/searxng/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.7' - services: redis: container_name: redis @@ -19,7 +17,7 @@ services: searxng: container_name: searxng - image: searxng/searxng:2025.2.6-147bda894 + image: searxng/searxng:2026.3.6-0716de6bc restart: unless-stopped networks: - searxng @@ -45,4 +43,3 @@ networks: driver: default proxy: external: true -