From 27490facf97d638fcebacb5d304743168d994784 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:22:59 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to eee2cf3 (#1206) 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 23c7275f5a..ff9f54fe53 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:b7907c45dbe5ec68a85a4024893fd166a4f6ed498b00fec68c5e7d603375161b" + tag: "latest@sha256:eee2cf362333fc9f8b9d57d6d223a57e77b79da62f5bbc0ad0cddecb431d486b" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"