File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# are not set in the shell environment.
88
99# To override these values, set the shell environment variables.
10- JUPYTERHUB_VERSION = 0.8.0
10+ JUPYTERHUB_VERSION = 0.9.2
1111
1212# Name of Docker machine
1313DOCKER_MACHINE_NAME = jupyterhub
@@ -16,7 +16,7 @@ DOCKER_MACHINE_NAME=jupyterhub
1616DOCKER_NETWORK_NAME = jupyterhub-network
1717
1818# Single-user Jupyter Notebook server container image
19- DOCKER_NOTEBOOK_IMAGE = jupyter/minimal-notebook:e1677043235c
19+ DOCKER_NOTEBOOK_IMAGE = jupyter/minimal-notebook:8ccdfc1da8d5
2020
2121# the local image we use, after pinning jupyterhub version
2222LOCAL_NOTEBOOK_IMAGE = jupyterhub-user
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
77RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
88 /opt/conda/bin/conda clean -tipsy && \
99 /opt/conda/bin/pip install --no-cache-dir \
10- oauthenticator==0.7 .* \
10+ oauthenticator==0.8 .* \
1111 dockerspawner==0.9.*
1212
1313# Copy TLS certificate and key
You can’t perform that action at this time.
0 commit comments