From 82ab9bb091528d3068a9348d31df2ee858cbce39 Mon Sep 17 00:00:00 2001 From: Nicolas Dorseuil Date: Mon, 31 Aug 2026 17:13:49 +0200 Subject: [PATCH] Update instance type from standard-1 to standard-2 in container configuration --- packages/gitbook/openNext/customWorkers/containerWrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/openNext/customWorkers/containerWrangler.jsonc b/packages/gitbook/openNext/customWorkers/containerWrangler.jsonc index 2204ff3ee..b425a7f14 100644 --- a/packages/gitbook/openNext/customWorkers/containerWrangler.jsonc +++ b/packages/gitbook/openNext/customWorkers/containerWrangler.jsonc @@ -112,7 +112,7 @@ "class_name": "NextServerContainer", "image": "./Dockerfile", "image_build_context": "../..", - "instance_type": "standard-1", + "instance_type": "standard-2", "max_instances": 3, }, ],