Skip to content

Commit cc3162f

Browse files
authored
Merge pull request #35 from jtyberg/bump-0.7.2
Bump JupyterHub version to 0.7.2
2 parents 3061308 + e38ccb5 commit cc3162f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DOCKER_MACHINE_NAME=jupyterhub
1515
DOCKER_NETWORK_NAME=jupyterhub-network
1616

1717
# Single-user Jupyter Notebook server container image
18-
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486
18+
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:bb222f49222e
1919

2020
# Notebook directory in the container.
2121
# This will be /home/jovyan/work if the default

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)