Skip to content

Commit

Permalink
Merge pull request #427 from openzim/upgrade_crawler
Browse files Browse the repository at this point in the history
Upgrade to browsertrix crawler 1.3.5
  • Loading branch information
benoit74 authored Nov 7, 2024
2 parents c81c148 + 5869a6a commit 800142d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 (#426)

## [2.1.5] - 2024-11-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.3.4
FROM webrecorder/browsertrix-crawler:1.3.5
LABEL org.opencontainers.image.source https://github.com/openzim/zimit

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
"warc2zim==2.1.3",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

Expand Down

0 comments on commit 800142d

Please sign in to comment.