Skip to content

Commit d16571d

Browse files
authored
Merge pull request #24 from parente/move-to-jhub-0.7
Upgrade example for JupyterHub 0.7
2 parents 492dc4e + fe6fa41 commit d16571d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.jupyterhub

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
FROM jupyterhub/jupyterhub-onbuild:0.6.1
3+
FROM jupyterhub/jupyterhub-onbuild:0.7.0
44

55
# Install dockerspawner and its dependencies
66
RUN /opt/conda/bin/pip install \
7-
jupyterhub==0.6.* \
87
oauthenticator==0.4.* \
98
dockerspawner==0.4.*
109

0 commit comments

Comments
 (0)