mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
base: bump to brave 1.80.113 (#857)
version: bump to 1.7.0-beta.0 tests: update deprecated command to work with latest minio
This commit is contained in:
parent
d2a6aa9805
commit
eb374fa835
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BROWSER_VERSION=1.79.118
|
||||
ARG BROWSER_VERSION=1.80.113
|
||||
ARG BROWSER_IMAGE_BASE=webrecorder/browsertrix-browser-base:brave-${BROWSER_VERSION}
|
||||
|
||||
FROM ${BROWSER_IMAGE_BASE}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "browsertrix-crawler",
|
||||
"version": "1.6.3",
|
||||
"version": "1.7.0-beta.0",
|
||||
"main": "browsertrix-crawler",
|
||||
"type": "module",
|
||||
"repository": "https://github.com/webrecorder/browsertrix-crawler",
|
||||
|
|
|
@ -72,7 +72,7 @@ test("run crawl with upload", async () => {
|
|||
}
|
||||
|
||||
// ensure bucket is public
|
||||
execSync(`docker exec ${minioId.trim()} mc config host add local http://127.0.0.1:9000 minioadmin minioadmin`);
|
||||
execSync(`docker exec ${minioId.trim()} mc alias set local http://127.0.0.1:9000 minioadmin minioadmin`);
|
||||
execSync(`docker exec ${minioId.trim()} mc anonymous set download local/test-bucket`);
|
||||
|
||||
// wait for crawler to finish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue