Bump versions of JupyterHub dependencies

This commit is contained in:
Justin Tyberg 2016-11-15 14:20:27 -05:00
parent d16571d65c
commit c08b0735c9

View File

@ -4,8 +4,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.0
# Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \
oauthenticator==0.4.* \
dockerspawner==0.4.*
oauthenticator==0.5.* \
dockerspawner==0.5.*
# install docker on the jupyterhub container
RUN wget https://get.docker.com -q -O /tmp/getdocker && \