Skip to content

Commit d2bed7a

Browse files
authored
Merge pull request #75 from minrk/bumps
jupyterhub 0.9.2
2 parents 16a970e + 04e1900 commit d2bed7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
1313
DOCKER_MACHINE_NAME=jupyterhub
@@ -16,7 +16,7 @@ DOCKER_MACHINE_NAME=jupyterhub
1616
DOCKER_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
2222
LOCAL_NOTEBOOK_IMAGE=jupyterhub-user

Dockerfile.jupyterhub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
77
RUN /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

0 commit comments

Comments
 (0)