diff --git a/stacks/immich/main.tf b/stacks/immich/main.tf index 5802a713..46f6008c 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.1" + default = "v2.6.3" } variable "nfs_server" { type = string } variable "redis_host" { type = string }