From 6f50187ed120c1a18db9c80c24d2b0a1becd8758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 31 Jan 2018 18:42:08 +0100 Subject: [PATCH] Updated to 0.8.1 Single-user images are not tagged, so we got so far behind with jupyterhub that oauth stopped working. Closes #1 --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27dfa56..2ebab10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # docker run -it -p 8000:8000 jupyter/oauthenticator -FROM jupyterhub/jupyterhub:0.7.2 +FROM jupyterhub/jupyterhub:0.8.1 MAINTAINER Project Jupyter diff --git a/VERSION b/VERSION index 7486fdb..6f4eebd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2 +0.8.1