diff --git a/CHANGELOG.md b/CHANGELOG.md index a3eba41..d94d8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.5 + +- using crawler 0.3.2 and warc2zim 1.3.6 + # 1.1.4 - Defaults to `load,networkidle0` for waitUntil param (same as crawler) diff --git a/Dockerfile b/Dockerfile index c5cba57..022c3b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM webrecorder/browsertrix-crawler:0.3.1 +FROM webrecorder/browsertrix-crawler:0.3.2 LABEL org.opencontainers.image.source https://github.com/openzim/zimit RUN mkdir -p /output WORKDIR /app -RUN pip install 'warc2zim>=1.3.5' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' +RUN pip install 'warc2zim>=1.3.6' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' ADD zimit.py /app/