Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 0973304 commit 0fc98df
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

1 comment on commit 0fc98df

@xnox
Copy link
Contributor

@xnox xnox commented on 0fc98df Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.