From c59166d4ae4d5de587bb0c4ec1fa873253d39666 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:10:20 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/searxng):=20update=20ac8a323=20?= =?UTF-8?q?=E2=9E=BC=2001d7841=20(#2322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ca919316..263a6d7f 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:ac8a3238bbb23d8222903effef6678cb457a99199c526be83650e1795735fd85" + tag: "latest@sha256:01d7841dcdbf0bc4c72832ed9af07150537906c44bf60c5fbc926d4d139c12f9" command: ["/usr/local/searxng/venv/bin/uwsgi", "--master", "--http-socket", "[::]:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"