Skip to content

Commit fe6fa41

Browse files
committed
Upgrade example for JupyterHub 0.7
1 parent 3c3b507 commit fe6fa41

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)