Compare commits

...

2 commits

Author SHA1 Message Date
22410d3f84 Merge pull request 'Update dependency searx/searx to v0.18.0' (#22) from renovate/searx into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #22
2021-01-22 22:32:14 +00:00
64d6519464 Update dependency searx/searx to v0.18.0 2021-01-22 22:15:00 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ steps:
image: plugins/manifest
settings:
ignore_missing: true
target: spcodes/searx:v0.17.0
target: spcodes/searx:v0.18.0
template: spcodes/searx:OS-ARCH
platforms:
- linux/amd64

View file

@ -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.17.0"
ENV SEARX_VERSION="v0.18.0"
ENV INSTANCE_NAME=searx
WORKDIR /usr/local/searx