Skip to content

Commit

Permalink
BrowsertrixCrawler: Update to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Aug 19, 2024
1 parent 7ebae6f commit 48c8223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class BrowsertrixConfig {
private Long defaultCrawlLimitBytes = 2L * 1024L * 1024L * 1024L;

private Long defaultCrawlLimitSeconds = 12L * 60 * 60;
private String version = "webrecorder/browsertrix-crawler:0.12.4";
private String version = "webrecorder/browsertrix-crawler:1.2.8";

public String getPodmanOptions() {
return podmanOptions;
Expand Down

0 comments on commit 48c8223

Please sign in to comment.