From 0fc98df373e67428e20bed37c32fcc958ccf2e45 Mon Sep 17 00:00:00 2001 From: Public copy <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:00:40 +0000 Subject: [PATCH] automated commit Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com> --- images/aspnet-runtime/config/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/aspnet-runtime/config/main.tf b/images/aspnet-runtime/config/main.tf index dfdb6487d2..db6f69c48e 100644 --- a/images/aspnet-runtime/config/main.tf +++ b/images/aspnet-runtime/config/main.tf @@ -1,7 +1,7 @@ variable "extra_packages" { description = "Additional packages to install." type = list(string) - default = ["dotnet-8", "dotnet-8-runtime", "aspnet-8-runtime"] + default = ["dotnet-9", "dotnet-9-runtime", "aspnet-9-runtime"] } module "accts" { source = "../../../tflib/accts" }