Merge pull request #493 from orangetin/update-browsertrix

Upgrade browsertrix-crawler to version 1.6.0 in Dockerfile
This commit is contained in:
benoit74 2025-04-11 09:14:34 +02:00 committed by GitHub
commit 0c795b0051
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.6.0 (#493)
## [3.0.4] - 2024-04-04
### Changed

View file

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.5.9
FROM webrecorder/browsertrix-crawler:1.6.0
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
# add deadsnakes ppa for latest Python on Ubuntu