From 36130b6e875283bf0eb1274f1454ab2692f7023a Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Fri, 10 Feb 2023 16:34:09 +0100 Subject: [PATCH] nextcloud: change php version to 8.1 --- src/nextcloud/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextcloud/constants-service.conf b/src/nextcloud/constants-service.conf index 81dca34..ac205a1 100644 --- a/src/nextcloud/constants-service.conf +++ b/src/nextcloud/constants-service.conf @@ -23,7 +23,7 @@ LXC_NESTING="1" NEXTCLOUD_VERSION="latest" # Defines the php version to install -NEXTCLOUD_PHP_VERSION="8.0" +NEXTCLOUD_PHP_VERSION="8.1" # Defines the IP from the SQL server NEXTCLOUD_DB_IP="127.0.0.1"