File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS)
25
25
26
26
# Dockerfile Linter
27
27
HADOLINT ="${HOME}/hadolint"
28
- HADOLINT_VERSION ="v1.19.0 "
28
+ HADOLINT_VERSION ="v1.22.1 "
29
29
30
30
# Enable BuildKit for Docker build
31
31
export DOCKER_BUILDKIT: =1
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
134
134
RUN conda install --quiet --yes \
135
135
'notebook=6.2.0' \
136
136
'jupyterhub=1.3.0' \
137
- 'jupyterlab=3.0.7 ' && \
137
+ 'jupyterlab=3.0.9 ' && \
138
138
conda clean --all -f -y && \
139
139
npm cache clean --force && \
140
140
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ USER $NB_UID
59
59
60
60
# Install pyarrow
61
61
RUN conda install --quiet --yes --satisfied-skip-solve \
62
- 'pyarrow=2 .0.*' && \
62
+ 'pyarrow=3 .0.*' && \
63
63
conda clean --all -f -y && \
64
64
fix-permissions "${CONDA_DIR}" && \
65
65
fix-permissions "/home/${NB_USER}"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN conda install --quiet --yes \
32
32
'numexpr=2.7.*' \
33
33
'pandas=1.2.*' \
34
34
'patsy=0.5.*' \
35
- 'protobuf=3.14 .*' \
35
+ 'protobuf=3.15 .*' \
36
36
'pytables=3.6.*' \
37
37
'scikit-image=0.18.*' \
38
38
'scikit-learn=0.24.*' \
You can’t perform that action at this time.
0 commit comments