From 14901027f9e5b04c75113a11d69df23a7e3a846e Mon Sep 17 00:00:00 2001 From: Adam Clarke Date: Sat, 11 May 2024 11:49:27 -0400 Subject: [PATCH] Change Droplet Image to Ubuntu 22.04 --- packer/supabase.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {