Skip to content

Commit b7b941c

Browse files
authored
Merge pull request #957 from flixr/jupyterlab_1.2.1
update jupyterlab to 1.2.1
2 parents 6055296 + df3b665 commit b7b941c

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
@@ -106,7 +106,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
106106
RUN conda install --quiet --yes \
107107
'notebook=6.0.0' \
108108
'jupyterhub=1.0.0' \
109-
'jupyterlab=1.1.3' && \
109+
'jupyterlab=1.2.1' && \
110110
conda clean --all -f -y && \
111111
npm cache clean --force && \
112112
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)