From 124e41b08d5437d46960eae11c61a71daa1e63d8 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:26:48 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to f8ba4a0 (#1127) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/searxng/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index 2ddda940..8a5b60b3 100644 --- a/kube/deploy/apps/searxng/app/hr.yaml +++ b/kube/deploy/apps/searxng/app/hr.yaml @@ -28,7 +28,7 @@ spec: main: image: &img repository: "docker.io/searxng/searxng" - tag: "latest@sha256:3f84f3901d1f9f1a3a2566aa84b52d426a5537db9e306279784976ebd4d9bb8a" + tag: "latest@sha256:f8ba4a05334bbb7afd2b54da1802095a8558e2b0e7050774d0afb5934ceeccb4" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"