Update dependency alpine_edge/uwsgi-python3 to v2.0.19.1-r1
This commit is contained in:
parent
1b90bd8732
commit
1658791a39
1 changed files with 1 additions and 1 deletions
|
@ -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 * \
|
||||
|
|
Reference in a new issue