Skip to content

Commit cf9a75c

Browse files
authored
Merge pull request #1304 from jakob-keller/jupyterhub_1.4.1
Update JupyterHub to 1.4.1 and JupyterLab to 3.0.15
2 parents f4c0193 + 2673f25 commit cf9a75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
132132
# files across image layers when the permissions change
133133
RUN conda install --quiet --yes \
134134
'notebook=6.3.0' \
135-
'jupyterhub=1.4.0' \
136-
'jupyterlab=3.0.14' && \
135+
'jupyterhub=1.4.1' \
136+
'jupyterlab=3.0.15' && \
137137
conda clean --all -f -y && \
138138
npm cache clean --force && \
139139
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)