Merge pull request #411 from openzim/upgrade_deps

Upgrade to browsertrix crawler 1.3.3
This commit is contained in:
benoit74 2024-10-11 09:42:14 +02:00 committed by GitHub
commit 02d62b30ee
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.3 (#411)
## [2.1.3] - 2024-10-08
### Changed

View File

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