From d9259170dd6f925010aa45baea0b24ea1eb05716 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:10:53 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 741ebf1 --- 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 ff9f54fe53..850730d01c 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:eee2cf362333fc9f8b9d57d6d223a57e77b79da62f5bbc0ad0cddecb431d486b" + tag: "latest@sha256:741ebf147ca9d89a38e34eee68bcc9b5d96cbe84f482315981d575bbf68563d9" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"