Skip to content

Commit

Permalink
version lock dockerspawner due to breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilosov committed Mar 6, 2019
1 parent c46bb60 commit 1bb98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.jupyterhub
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN pip install jupyterhub-hashauthenticator git+https://github.com/jupyterhub/dockerspawner.git@master
RUN pip install jupyterhub-hashauthenticator dockerspawner==0.10.0

# Copy TLS certificate and key
#ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
Expand Down

0 comments on commit 1bb98bf

Please sign in to comment.