Bump to Dockerspawner 0.4.

(c) Copyright IBM Corp. 2016
This commit is contained in:
Justin Tyberg 2016-08-01 16:57:16 -04:00
parent 96501950e2
commit 575787f315

View File

@ -6,7 +6,7 @@ FROM jupyterhub/jupyterhub-onbuild:0.6.1
RUN /opt/conda/bin/pip install \ RUN /opt/conda/bin/pip install \
jupyterhub==0.6.* \ jupyterhub==0.6.* \
oauthenticator==0.4.* \ oauthenticator==0.4.* \
dockerspawner==0.3.* dockerspawner==0.4.*
# Copy TLS certificate and key # Copy TLS certificate and key
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt