diff --git a/nextcloud.tf b/nextcloud.tf index f31442f..23eb393 100644 --- a/nextcloud.tf +++ b/nextcloud.tf @@ -7,7 +7,7 @@ module "nextcloud-db" { module "nextcloud-container" { source = "modules/container" name = "nextcloud" - image = "nextcloud:16-rc-apache" + image = "nextcloud:stable-apache" volumes = [{ container_path = "/var/www/html"