Skip to content

Commit 28817a6

Browse files
authored
Merge pull request #1285 from jakob-keller/jupyterhub_1.4.0
Update JupyterHub to 1.4.0
2 parents 10aa78a + 2e9eed5 commit 28817a6

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
@@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
133133
# files across image layers when the permissions change
134134
RUN conda install --quiet --yes \
135135
'notebook=6.3.0' \
136-
'jupyterhub=1.3.0' \
136+
'jupyterhub=1.4.0' \
137137
'jupyterlab=3.0.14' && \
138138
conda clean --all -f -y && \
139139
npm cache clean --force && \

0 commit comments

Comments
 (0)