From 4bf68025879d78fd89f95a0a69e8d34051ec2c7d Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 16:38:36 +0000 Subject: [PATCH] chore(container): update image docker.io/searxng/searxng to 93352c9 (#975) 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 0d514913..3229f832 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:ddb65b7047e24f525b6c5fad89cb023b63f4bf2abdb4cac36e15ed1997197bf4" + tag: "latest@sha256:93352c948ca05ceff90f0bfe1300b21a62aa026e50883498e203c9d074d3b434" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"