diff --git a/packer/supabase.pkr.hcl b/packer/supabase.pkr.hcl index b990a2f..478ddf4 100644 --- a/packer/supabase.pkr.hcl +++ b/packer/supabase.pkr.hcl @@ -25,7 +25,7 @@ variable "region" { variable "droplet_image" { description = "The Droplet image ID or slug. This could be either image ID or droplet snapshot ID." type = string - default = "ubuntu-22-10-x64" + default = "ubuntu-22-04-x64" } variable "droplet_size" {