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