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)
2525
2626# Dockerfile Linter
2727HADOLINT ="${HOME}/hadolint"
28- HADOLINT_VERSION ="v1.19.0 "
28+ HADOLINT_VERSION ="v1.22.1 "
2929
3030# Enable BuildKit for Docker build
3131export 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
134134RUN 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 && \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ USER $NB_UID
5959
6060# Install pyarrow
6161RUN 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}"
Original file line number Diff line number Diff 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.*' \
You can’t perform that action at this time.
0 commit comments