Skip to content

Commit 4d9c9bd

Browse files
authored
Merge pull request #1261 from moschlar/patch-1
Update JupyterLab to 3.0.12
2 parents 5d5148b + 77251cf commit 4d9c9bd

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
@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
134134
RUN conda install --quiet --yes \
135135
'notebook=6.2.0' \
136136
'jupyterhub=1.3.0' \
137-
'jupyterlab=3.0.11' && \
137+
'jupyterlab=3.0.12' && \
138138
conda clean --all -f -y && \
139139
npm cache clean --force && \
140140
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)