Merge pull request 'Update dependency searx/searx to v1' (#34) from renovate/major-searx into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #34
This commit is contained in:
commit
6ea21e56f3
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ steps:
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
target: spcodes/searx:v0.18.0
|
target: spcodes/searx:1.0.0
|
||||||
template: spcodes/searx:OS-ARCH
|
template: spcodes/searx:OS-ARCH
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
|
|
@ -6,7 +6,7 @@ FROM base-${ARCH}
|
||||||
|
|
||||||
RUN addgroup searx && adduser -D -h /usr/local/searx -s /bin/sh -G searx searx
|
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
|
ENV INSTANCE_NAME=searx
|
||||||
|
|
||||||
WORKDIR /usr/local/searx
|
WORKDIR /usr/local/searx
|
||||||
|
|
Reference in a new issue