From a09a7b5a7afc067c282ef77e100b4455a016aba1 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:04:54 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 73c7ef2 (#1409) 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 a7f2394b..94a4db75 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:ad9402d69345f4645ebd8e148302ce4e6acaaf6c76984f59895e99a8bfbf1062" + tag: "latest@sha256:73c7ef2836cd1db76d043019b60f6136e9c7be00d12e4c3f20a8219a5522d87e" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"