diff --git a/vm/packer/templates/drupal/packer.in.json b/vm/packer/templates/drupal/packer.in.json index c59b04c31b..1c78483c31 100644 --- a/vm/packer/templates/drupal/packer.in.json +++ b/vm/packer/templates/drupal/packer.in.json @@ -1,6 +1,6 @@ { "license": "c2d-drupal", - "source_image_family": "debian-11", + "source_image_family": "debian-12", "chef": { "run_list": [ "c2d-config", "drupal", "google-cloud-ops-agent" ] }