From de5e800c00136a86ddc508bad858e348450c07d4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 29 Mar 2021 13:48:34 -0700 Subject: [PATCH] Set minBoxVersion since it only supports pg 10 and beyond --- CloudronManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 4702a53..a87f1bf 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -35,7 +35,7 @@ "changelog": "file://CHANGELOG", "postInstallMessage": "file://POSTINSTALL.md", "documentationUrl": "https://docs.cloudron.io/apps/peertube/", - "minBoxVersion": "5.3.0", + "minBoxVersion": "6.2.0", "manifestVersion": 2 }