Update dependency alpine_edge/brotli to v1.0.9-r3

This commit is contained in:
Renovate Bot 2021-01-20 19:36:31 +00:00
parent 1b90bd8732
commit 675edb55f1

View file

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