From 1cf9c8c95b4b31a7a70a76066bfa2b1cecdedb2d Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Mon, 14 Sep 2026 16:37:55 +0200 Subject: [PATCH] chore: Updating Debian 11 to 13 --- compute/instances/src/create_instance.php | 2 +- compute/instances/src/create_instance_with_encryption_key.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/instances/src/create_instance.php b/compute/instances/src/create_instance.php index c59353dde..b4c4e34a5 100644 --- a/compute/instances/src/create_instance.php +++ b/compute/instances/src/create_instance.php @@ -55,7 +55,7 @@ function create_instance( string $zone, string $instanceName, string $machineType = 'n1-standard-1', - string $sourceImage = 'projects/debian-cloud/global/images/family/debian-11', + string $sourceImage = 'projects/debian-cloud/global/images/family/debian-13', string $networkName = 'global/networks/default' ) { // Set the machine type using the specified zone. diff --git a/compute/instances/src/create_instance_with_encryption_key.php b/compute/instances/src/create_instance_with_encryption_key.php index b469fa694..6802ddf1d 100644 --- a/compute/instances/src/create_instance_with_encryption_key.php +++ b/compute/instances/src/create_instance_with_encryption_key.php @@ -60,7 +60,7 @@ function create_instance_with_encryption_key( string $instanceName, string $key, string $machineType = 'n1-standard-1', - string $sourceImage = 'projects/debian-cloud/global/images/family/debian-11', + string $sourceImage = 'projects/debian-cloud/global/images/family/debian-13', string $networkName = 'global/networks/default' ) { // Set the machine type using the specified zone.