From 2601acf9f73c64c31d81305221b36b99a60b34cd Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 15:59:06 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to d7632b7 (#850) 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 d8c115b4..6e434f0e 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:1ffbd63d97ff04d5aef0b8ec2a81fb4609f928b7b1fe79d81a7bbcf6831026c1" + tag: "latest@sha256:d7632b7bbf8321a4b46e2d148f705fad3fe845b01b144514b9ef538a4716285a" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"