Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading