bump oauthenticator to 0.4

This commit is contained in:
Min RK 2016-05-11 09:55:38 +02:00
parent 63f7c4b6cf
commit 2496467b7f

View File

@ -5,7 +5,7 @@ FROM jupyterhub/jupyterhub-onbuild:0.6.1
# Install dockerspawner and its dependencies # Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \ RUN /opt/conda/bin/pip install \
jupyterhub==0.6.* \ jupyterhub==0.6.* \
oauthenticator==0.3.* \ oauthenticator==0.4.* \
dockerspawner==0.3.* dockerspawner==0.3.*
# Copy TLS certificate and key # Copy TLS certificate and key