diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index c874ed47..bb06bec3 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m RUN conda install --quiet --yes \ 'notebook=6.2.0' \ 'jupyterhub=1.3.0' \ - 'jupyterlab=3.0.5' && \ + 'jupyterlab=3.0.7' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \ diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 6d97cbf5..63dec378 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -60,7 +60,7 @@ USER $NB_UID RUN conda install --quiet --yes \ 'r-base=4.0.3' \ 'r-caret=6.0*' \ - 'r-crayon=1.3*' \ + 'r-crayon=1.4*' \ 'r-devtools=2.3*' \ 'r-forecast=8.13*' \ 'r-hexbin=1.28*' \ @@ -72,7 +72,7 @@ RUN conda install --quiet --yes \ 'r-rcurl=1.98*' \ 'r-rmarkdown=2.6*' \ 'r-rsqlite=2.2*' \ - 'r-shiny=1.5*' \ + 'r-shiny=1.6*' \ 'r-tidyverse=1.3*' \ 'rpy2=3.4*' && \ conda clean --all -f -y && \ diff --git a/r-notebook/Dockerfile b/r-notebook/Dockerfile index 04632d76..1172e157 100644 --- a/r-notebook/Dockerfile +++ b/r-notebook/Dockerfile @@ -27,7 +27,7 @@ USER $NB_UID RUN conda install --quiet --yes \ 'r-base=4.0.3' \ 'r-caret=6.*' \ - 'r-crayon=1.3*' \ + 'r-crayon=1.4*' \ 'r-devtools=2.3*' \ 'r-forecast=8.13*' \ 'r-hexbin=1.28*' \ @@ -40,7 +40,7 @@ RUN conda install --quiet --yes \ 'r-rmarkdown=2.6*' \ 'r-rodbc=1.3*' \ 'r-rsqlite=2.2*' \ - 'r-shiny=1.5*' \ + 'r-shiny=1.6*' \ 'r-tidyverse=1.3*' \ 'unixodbc=2.3.*' \ 'r-tidymodels=0.1*' \ diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 40cfbaa3..ae7e58ee 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -22,7 +22,7 @@ RUN conda install --quiet --yes \ 'bottleneck=1.3.*' \ 'cloudpickle=1.6.*' \ 'cython=0.29.*' \ - 'dask=2021.1.*' \ + 'dask=2021.2.*' \ 'dill=0.3.*' \ 'h5py=3.1.*' \ 'ipywidgets=7.6.*' \