Skip to content

Commit 8cad061

Browse files
committed
Bump to JupyterHub 0.7.2, dockerspawner 0.7
1 parent 3061308 commit 8cad061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.jupyterhub

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

55
# Install dockerspawner and its dependencies
66
RUN /opt/conda/bin/pip install \
77
oauthenticator==0.5.* \
8-
dockerspawner==0.5.*
8+
dockerspawner==0.7.*
99

1010
# install docker on the jupyterhub container
1111
RUN wget https://get.docker.com -q -O /tmp/getdocker && \

0 commit comments

Comments
 (0)