diff --git a/Dockerfile b/Dockerfile index 8af8143..0f293cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \ # Install perl modules that we cannot get with apt-get RUN cpanm --notest \ Devel::Cover::Report::Coveralls \ - https://github.com/hathitrust/progress_tracker.git@v0.10.0 + https://github.com/hathitrust/progress_tracker.git@v0.11.0 # Ruby setup ENV BUNDLE_PATH /gems