From df01aefe9952a2f5d9c99656863b97f21ef42fba Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:07:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/searxng):=20update=203cd3aeb=20?= =?UTF-8?q?=E2=9E=BC=209728c0c=20(#1685)?= 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 ef65d859..aae59d47 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:3cd3aebc78c0138a52360e84112c105634f0d1ddc07954a016d9274469f8bfdf" + tag: "latest@sha256:9728c0ca684f4899427023a46516d1976d95594165d7f3a94695d45fe4d74cba" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"