Skip to content

Commit 29edefb

Browse files
authored
Merge pull request #1246 from romainx/update_2021-02-28
Regular update 2021-02-28
2 parents daa8497 + 753abff commit 29edefb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS)
2525

2626
# Dockerfile Linter
2727
HADOLINT="${HOME}/hadolint"
28-
HADOLINT_VERSION="v1.19.0"
28+
HADOLINT_VERSION="v1.22.1"
2929

3030
# Enable BuildKit for Docker build
3131
export DOCKER_BUILDKIT:=1

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
134134
RUN conda install --quiet --yes \
135135
'notebook=6.2.0' \
136136
'jupyterhub=1.3.0' \
137-
'jupyterlab=3.0.7' && \
137+
'jupyterlab=3.0.9' && \
138138
conda clean --all -f -y && \
139139
npm cache clean --force && \
140140
jupyter notebook --generate-config && \

pyspark-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ USER $NB_UID
5959

6060
# Install pyarrow
6161
RUN conda install --quiet --yes --satisfied-skip-solve \
62-
'pyarrow=2.0.*' && \
62+
'pyarrow=3.0.*' && \
6363
conda clean --all -f -y && \
6464
fix-permissions "${CONDA_DIR}" && \
6565
fix-permissions "/home/${NB_USER}"

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN conda install --quiet --yes \
3232
'numexpr=2.7.*' \
3333
'pandas=1.2.*' \
3434
'patsy=0.5.*' \
35-
'protobuf=3.14.*' \
35+
'protobuf=3.15.*' \
3636
'pytables=3.6.*' \
3737
'scikit-image=0.18.*' \
3838
'scikit-learn=0.24.*' \

0 commit comments

Comments
 (0)