From 618c588ef18fdbb94eedd8ecd7682614e4692baf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 May 2026 22:07:24 +0000 Subject: [PATCH] chore: update rsshub image to chromium-bundled-575f71abdeb94b3bb0a4fda3c3ae00d14f7715fd --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 56cefa5..c148061 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-db1e74c6f9621d1d913e31aaa3e42c9e914cf5cf" +image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-575f71abdeb94b3bb0a4fda3c3ae00d14f7715fd" max_instances = 44 instance_type = "standard-1"