Compare commits

..

No commits in common. "6ea21e56f334a13a4f2b6f8859eb6f16ac48c43c" and "d5f0dd0b85ea041b3edfef1e30fc02b9335db593" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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