diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index 13c3a3c1..03322107 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:2e4e922f48e5a915f693aab3d63846742ee358c0e2fed87bd013e95a9501ba40" + tag: "latest@sha256:2565eaaa759ea24c798ce2f9299ffb3dea5662438c0c4b37f3b8fc8a1fb6dc5d" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"