From 753abff64533da7a6ee1df16cc0e55d272e871da Mon Sep 17 00:00:00 2001 From: romainx Date: Sun, 28 Feb 2021 06:56:36 +0100 Subject: [PATCH] Regular update --- Makefile | 2 +- base-notebook/Dockerfile | 2 +- pyspark-notebook/Dockerfile | 2 +- scipy-notebook/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 829a0b0a0f..7b5b6f9222 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS) # Dockerfile Linter HADOLINT="${HOME}/hadolint" -HADOLINT_VERSION="v1.19.0" +HADOLINT_VERSION="v1.22.1" # Enable BuildKit for Docker build export DOCKER_BUILDKIT:=1 diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index db2302235e..e17580bd54 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -134,7 +134,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.7' && \ + 'jupyterlab=3.0.9' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \ diff --git a/pyspark-notebook/Dockerfile b/pyspark-notebook/Dockerfile index 7436f9a7a9..7a24f553a6 100644 --- a/pyspark-notebook/Dockerfile +++ b/pyspark-notebook/Dockerfile @@ -59,7 +59,7 @@ USER $NB_UID # Install pyarrow RUN conda install --quiet --yes --satisfied-skip-solve \ - 'pyarrow=2.0.*' && \ + 'pyarrow=3.0.*' && \ conda clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}" diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index ae7e58ee67..3f3f75b033 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -32,7 +32,7 @@ RUN conda install --quiet --yes \ 'numexpr=2.7.*' \ 'pandas=1.2.*' \ 'patsy=0.5.*' \ - 'protobuf=3.14.*' \ + 'protobuf=3.15.*' \ 'pytables=3.6.*' \ 'scikit-image=0.18.*' \ 'scikit-learn=0.24.*' \