diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fd87c99..04923fcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # Lint: Dockerfile - repo: https://github.com/hadolint/hadolint.git - rev: v2.6.1 + rev: v2.6.0 hooks: - id: hadolint-docker diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index d0b2c1b9..d6df8e20 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -34,6 +34,7 @@ RUN conda install --quiet --yes \ 'numexpr' \ 'pandas' \ 'patsy' \ + 'pooch=1.4.*' # this is a temporary fix before skimage feedstock update \ 'protobuf' \ 'pytables' \ 'scikit-image' \