Merge pull request 'Update dependency alpine_edge/uwsgi-python3 to v2.0.19.1-r1' (#11) from renovate/alpine_edge-uwsgi-python3-2.x into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: sp-codes/searx#11
This commit is contained in:
Samuel Philipp 2021-01-20 21:24:36 +00:00
commit 9d5c339446

View file

@ -57,7 +57,7 @@ RUN apk upgrade --no-cache \
# repology: alpine_edge/uwsgi
uwsgi="2.0.18-r8" \
# repology: alpine_edge/uwsgi-python3
uwsgi-python3="2.0.18-r8" \
uwsgi-python3="2.0.19.1-r1" \
# repology: alpine_edge/brotli
brotli="1.0.9-r1" \
&& curl -L "https://github.com/searx/searx/archive/${SEARX}.tar.gz" | tar xvz --strip 1 && chown -R searx:searx * \