1
0
mirror of https://github.com/balkian/jupyterhub-oauth.git synced 2024-12-21 19:48:13 +00:00

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
This commit is contained in:
J. Fernando Sánchez 2018-01-31 18:42:08 +01:00
parent c3dc32cab3
commit 6f50187ed1
2 changed files with 2 additions and 2 deletions

View File

@ -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 <ipython-dev@scipy.org>

View File

@ -1 +1 @@
0.7.2
0.8.1