Skip to content

Commit 043fabb

Browse files
committed
Bumped notebook, jupyterhub, jupyterlab versions
1 parent cd15864 commit 043fabb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
106106
# Do all this in a single RUN command to avoid duplicating all of the
107107
# files across image layers when the permissions change
108108
RUN conda install --quiet --yes \
109-
'notebook=6.0.0' \
110-
'jupyterhub=1.0.0' \
111-
'jupyterlab=1.2.1' && \
109+
'notebook=6.0.2' \
110+
'jupyterhub=1.1.0' \
111+
'jupyterlab=1.2.5' && \
112112
conda clean --all -f -y && \
113113
npm cache clean --force && \
114114
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)