Skip to content

Commit abdb27a

Browse files
authored
Merge pull request #869 from minrk/hub1
jupyterhub 1.0
2 parents df4a968 + 46a80c1 commit abdb27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
100100
# files across image layers when the permissions change
101101
RUN conda install --quiet --yes \
102102
'notebook=5.7.8' \
103-
'jupyterhub=0.9.6' \
103+
'jupyterhub=1.0.0' \
104104
'jupyterlab=0.35.5' && \
105105
conda clean --all -f -y && \
106106
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \

0 commit comments

Comments
 (0)