From e087a511e7247ff6123e8e730ba6f73c6c997b1f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 6 Sep 2024 14:21:57 +0200 Subject: [PATCH] update aws image to 24.04 noble Signed-off-by: Simon L. --- .build/aws/aws-ubuntu.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/aws/aws-ubuntu.pkr.hcl b/.build/aws/aws-ubuntu.pkr.hcl index a282702d..e25fc78a 100644 --- a/.build/aws/aws-ubuntu.pkr.hcl +++ b/.build/aws/aws-ubuntu.pkr.hcl @@ -13,7 +13,7 @@ source "amazon-ebs" "ubuntu" { region = "us-east-1" source_ami_filter { filters = { - name = "ubuntu/images/*ubuntu-jammy-22.04-amd64-server-*" + name = "ubuntu/images/*ubuntu-noble-24.04-amd64-server-*" root-device-type = "ebs" virtualization-type = "hvm" }