From 70f86bac51a1b4fd00d3586a612b2317700c7011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Jul 2026 21:22:37 +0000 Subject: [PATCH] chore: update rsshub image to chromium-bundled-2c5929347a8283005df2a7b771f40ee324c38cfe --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 57bbdd6..44a0812 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-a0a388b51b06d2c6a8c33f2ee6db96d71142d65d" +image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-2c5929347a8283005df2a7b771f40ee324c38cfe" max_instances = 44 instance_type = "standard-1"