From 66738a18a1135d7d3bf4ba5bedd593f0619bcc45 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 08:59:07 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 61e8520 (#855) 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 c702354964..e20b66ecaf 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:bde705e3bdc203891446d730f0314899674779f811b21917529382565e3fe70d" + tag: "latest@sha256:61e8520d43767bde6913ce6fd2e53a0e99d562c6cedd7a08fed058e5e2761819" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"