diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index 06703d2d..4fd5972b 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:a10d4a286fce5aaf2af03cfa8bef9bd1389e1676929c986e19dee210d8b2a86f" + tag: "latest@sha256:75a3854b3a7af954cb003d7828e5962c170b6abc542596cf9175db1ec266f1bd" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"