From a956901e6c67f41e1374e3b9980770276ec6bd8d Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:04:52 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 4c39940 --- 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 29f13ab1a4..a72b2dc462 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:96df9900ad608b4c89e8ce8c7ec66341c2ceb123de2fb0fec3aba2fbc48bbca1" + tag: "latest@sha256:4c39940a4d1f3f7dd13361ba4942044a38bfded3700a507b0c9ca9fa92fab030" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"