From e934472f091014bddb90a1a6ce804ef6fb065e76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 15:22:53 +0000 Subject: [PATCH] chore: update rsshub image to chromium-bundled-5b2e1a5d02e4d15d56f5ef50e8301f4ba5bf6add --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 5109254..cbfc4ce 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -13,7 +13,7 @@ enabled = true # Image tag will be updated by GitHub Actions [[containers]] class_name = "RSSHubContainer" -image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-2f66481a33ee801e24d1a95b1477d3b1793e4201" +image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-5b2e1a5d02e4d15d56f5ef50e8301f4ba5bf6add" max_instances = 32 instance_type = "standard-1"