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