using crawler 0.10.2

This commit is contained in:
renaud gaudin 2023-08-02 11:01:10 +00:00
parent 47ede96f91
commit 941db5fdfc
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Using browsertrix-crawler 0.10.0-beta.4
- Using browsertrix-crawler 0.10.2
- Default and accepted values for `--waitUntil` from crawler's update
- Using `main` warc2zim ⚠️ change before releasing!
- Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM (#172)

View File

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:0.10.0-beta.4
FROM webrecorder/browsertrix-crawler:0.10.2
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*