From 82d3be6e147b32f42951bf90ee4601cb0acd4428 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Mon, 7 Aug 2023 12:44:28 +0200 Subject: [PATCH] Update ecodms to 230164 and debian bookworm --- src/ecodms/constants-service.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ecodms/constants-service.conf b/src/ecodms/constants-service.conf index 06b8fa2..592389e 100644 --- a/src/ecodms/constants-service.conf +++ b/src/ecodms/constants-service.conf @@ -8,7 +8,7 @@ # This file contains the project constants on service level # Debian Version, which will be installed -LXC_TEMPLATE_VERSION="debian-11-standard" +LXC_TEMPLATE_VERSION="debian-12-standard" # Create sharefs mountpoint LXC_MP="0" @@ -20,7 +20,7 @@ LXC_UNPRIVILEGED="1" LXC_NESTING="1" # set ecodms release version -ECODMS_RELEASE=ecodms_220864 +ECODMS_RELEASE=ecodms_230164 # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=6144