From 42640d44cf4d198c1487808878df03d6a7dd909c Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Wed, 2 Sep 2020 13:53:56 +0200
Subject: [PATCH] [jupyterhub] update pip

---
 jupyterhub/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile
index fa4ebf6..8814a02 100755
--- a/jupyterhub/Dockerfile
+++ b/jupyterhub/Dockerfile
@@ -43,7 +43,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
 RUN mkdir -p ~/.venv && \
     python${PYTHON_VERSION} -m venv ~/.venv/robofish && \
     . ~/.venv/robofish/bin/activate && \
-    python${PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.1.1 && \
+    python${PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.2.2 && \
     pip --no-cache-dir install --upgrade setuptools==49.1.0 && \
     pip install tensorflow==1.15.3 && \
     pip --no-cache-dir install \
-- 
GitLab