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 7
7
# are not set in the shell environment.
8
8
9
9
# To override these values, set the shell environment variables.
10
- JUPYTERHUB_VERSION = 0.8.0
10
+ JUPYTERHUB_VERSION = 0.9.2
11
11
12
12
# Name of Docker machine
13
13
DOCKER_MACHINE_NAME = jupyterhub
@@ -16,7 +16,7 @@ DOCKER_MACHINE_NAME=jupyterhub
16
16
DOCKER_NETWORK_NAME = jupyterhub-network
17
17
18
18
# Single-user Jupyter Notebook server container image
19
- DOCKER_NOTEBOOK_IMAGE = jupyter/minimal-notebook:e1677043235c
19
+ DOCKER_NOTEBOOK_IMAGE = jupyter/minimal-notebook:8ccdfc1da8d5
20
20
21
21
# the local image we use, after pinning jupyterhub version
22
22
LOCAL_NOTEBOOK_IMAGE = jupyterhub-user
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
7
7
RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
8
8
/opt/conda/bin/conda clean -tipsy && \
9
9
/opt/conda/bin/pip install --no-cache-dir \
10
- oauthenticator==0.7 .* \
10
+ oauthenticator==0.8 .* \
11
11
dockerspawner==0.9.*
12
12
13
13
# Copy TLS certificate and key
You can’t perform that action at this time.
0 commit comments