Skip to content

Commit eb2f745

Browse files
authored
Merge pull request #1348 from mathbunnyru/asalikhov/update_notebook_lab
Update notebook and jupyterlab
2 parents 4063ff8 + 7ae0e3d commit eb2f745

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
@@ -130,9 +130,9 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
130130
# Do all this in a single RUN command to avoid duplicating all of the
131131
# files across image layers when the permissions change
132132
RUN conda install --quiet --yes \
133-
'notebook=6.3.0' \
133+
'notebook=6.4.0' \
134134
'jupyterhub=1.4.1' \
135-
'jupyterlab=3.0.15' && \
135+
'jupyterlab=3.0.16' && \
136136
conda clean --all -f -y && \
137137
npm cache clean --force && \
138138
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)