Skip to content

Commit 140e7cc

Browse files
authored
Merge pull request #985 from consideRatio/bump-base-notebook-jhub-jlab
Bump: notebook (6.0.0 > 6.0.2), jupyterhub (1.0.0 > 1.1.0), jupyterlab (1.2.1 > 1.2.5).
2 parents ca3d8b7 + 043fabb commit 140e7cc

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)