Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-9a7876a33a
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Nov 22, 2024
2 parents b0401fb + 0fc98df commit 7d83d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/aspnet-runtime/config/main.tf
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 7d83d53

Please sign in to comment.