From f85068c04075d275d53dfd958c84dba2ee0f6020 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 16:42:34 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 1acbd86 (#833) 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 59e35285..f9c66ad4 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:37e12dcb55ff99a99b17d0ac226eb0e458d9fedb209a0117fe782543a7d10864" + tag: "latest@sha256:1acbd86425da8fb094b7cedd4408efb7f7563a864ee9619abaf4126508391867" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"