Update dependency alpine_edge/uwsgi-python3 to v2.0.19.1-r1

This commit is contained in:
Renovate Bot 2021-01-20 19:45:11 +00:00
parent 1b90bd8732
commit 1658791a39

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 * \