From c9b92054969cb9def43b3391c17ab26fcc96067b Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 21 Apr 2019 17:45:28 +0530 Subject: [PATCH] Switch to stable release of nextcloud --- nextcloud.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"