Update dependency alpine_edge/brotli to v1.0.9-r3 - autoclosed #1

Closed
renovate-bot wants to merge 1 commit from renovate/alpine_edge-brotli-1.x into main

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 \