diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index d8c115b4..6e434f0e 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:1ffbd63d97ff04d5aef0b8ec2a81fb4609f928b7b1fe79d81a7bbcf6831026c1" + tag: "latest@sha256:d7632b7bbf8321a4b46e2d148f705fad3fe845b01b144514b9ef538a4716285a" command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"] env: TZ: "${CONFIG_TZ}"