Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: false

env:
BROWSERTRIX_IMAGE: 'webrecorder/browsertrix-crawler:1.6.4'
BROWSERTRIX_IMAGE: 'webrecorder/browsertrix-crawler:1.7.0'
COLLECTION_NAME_BASE: 'edgi-active-urls'
COLLECTION_TITLE_BASE: 'EDGI Web Monitoring Crawl'

Expand Down
2 changes: 1 addition & 1 deletion crawl-lib.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail

BROWSERTRIX_IMAGE="${BROWSERTRIX_IMAGE:-webrecorder/browsertrix-crawler:1.6.4}"
BROWSERTRIX_IMAGE="${BROWSERTRIX_IMAGE:-webrecorder/browsertrix-crawler:1.7.0}"

# Any preliminary stuff we want to make sure is done before starting a crawl.
function prepare() {
Expand Down