Merge pull request #387 from openzim/update

Browsertrix crawler 1.3.0-beta.1
This commit is contained in:
benoit74 2024-09-09 09:19:22 +02:00 committed by GitHub
commit 5e3c731fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Upgrade to browsertrix crawler 1.3.0-beta.1 (#387)
## [2.1.1] - 2024-09-05
### Added

View File

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.3.0-beta.0
FROM webrecorder/browsertrix-crawler:1.3.0-beta.1
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
RUN apt-get update \