From bf87ab54ec510933a0460d7865d80c7b884e3ba4 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:49:57 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to d6a8c19 (#1231) 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 f65077de..57b27ee5 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:7841185a79b30f922c9f3e91bb0755fcc8b9d6dc0f11a410e9331df228d5021d" + tag: "latest@sha256:d6a8c190e048915f30ea78a7deff1919386befe650508cac5ae17d5689aa4885" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"