Update dependency searx/searx to v1
This commit is contained in:
parent
d5f0dd0b85
commit
b7ec464d62
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ FROM base-${ARCH}
|
|||
|
||||
RUN addgroup searx && adduser -D -h /usr/local/searx -s /bin/sh -G searx searx
|
||||
|
||||
ENV SEARX_VERSION="v0.18.0"
|
||||
ENV SEARX_VERSION="1.0.0"
|
||||
ENV INSTANCE_NAME=searx
|
||||
|
||||
WORKDIR /usr/local/searx
|
||||
|
|
Reference in a new issue