diff --git a/stacks/immich/main.tf b/stacks/immich/main.tf index 6865a1f6..f6c0744e 100644 --- a/stacks/immich/main.tf +++ b/stacks/immich/main.tf @@ -15,7 +15,7 @@ locals { variable "immich_version" { type = string # Change me to upgrade - default = "v2.6.3" + default = "v2.7.3" } variable "nfs_server" { type = string } variable "redis_host" { type = string }