mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 20:18:04 -04:00
Using browsertrix-crawler 0.9.0-beta.2
This commit is contained in:
parent
b7265b49b6
commit
4f676e37c7
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Using browsertrix-crawler 0.9.0-beta.1
|
- Using browsertrix-crawler 0.9.0-beta.2
|
||||||
- Default and accepted values for `--waitUntil` from crawler's update
|
- Default and accepted values for `--waitUntil` from crawler's update
|
||||||
- Using `main` warc2zim ⚠️ change before releasing!
|
- Using `main` warc2zim ⚠️ change before releasing!
|
||||||
- Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM (#172)
|
- Disabled Chrome updates to prevent incidental inclusion of update data in WARC/ZIM (#172)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM webrecorder/browsertrix-crawler:0.9.0-beta.1
|
FROM webrecorder/browsertrix-crawler:0.9.0-beta.2
|
||||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
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/*
|
RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user