downgraded searx to v0.17.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5779629d12
commit
4f7f3c6313
3 changed files with 25 additions and 3 deletions
|
@ -11,7 +11,7 @@ VOLUME /var/log/uwsgi
|
|||
|
||||
RUN addgroup searx && adduser -D -h /usr/local/searx -s /bin/sh -G searx searx
|
||||
|
||||
ENV SEARX_VERSION="v0.18.0"
|
||||
ENV SEARX_VERSION="v0.17.0"
|
||||
ENV INSTANCE_NAME=searx
|
||||
|
||||
WORKDIR /usr/local/searx
|
||||
|
|
Reference in a new issue