From fc7a187dd6472b2b0e4dab27b5fe7b37f512aaf2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 10 Apr 2019 16:46:23 +0200 Subject: [PATCH] Update uvloop 0.12.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa9415fd1e0..98a45abf0ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY requirements_all.txt requirements_all.txt # Uninstall enum34 because some dependencies install it but breaks Python 3.4+. # See PR #8103 for more info. RUN pip3 install --no-cache-dir -r requirements_all.txt && \ - pip3 install --no-cache-dir mysqlclient psycopg2 uvloop==0.11.3 cchardet cython tensorflow + pip3 install --no-cache-dir mysqlclient psycopg2 uvloop==0.12.2 cchardet cython tensorflow # Copy source COPY . .