Update libuv (#529)

This commit is contained in:
Pascal Vizeli 2018-06-26 00:21:49 +02:00 committed by GitHub
parent 033ea4e7dc
commit 495c45564a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
python3-dev \ python3-dev \
g++ \ g++ \
&& pip3 install --no-cache-dir \ && pip3 install --no-cache-dir \
uvloop==0.10.1 \ uvloop==0.10.2 \
cchardet==2.1.1 \ cchardet==2.1.1 \
pycryptodome==3.4.11 \ pycryptodome==3.4.11 \
&& apk del .build-dependencies && apk del .build-dependencies