Update auf Debian 11

This commit is contained in:
DerFossibaer
2023-02-11 12:44:54 +01:00
parent f75624c1b3
commit af8370a1ab
2 changed files with 27 additions and 25 deletions

View File

@ -8,10 +8,10 @@
# This file contains the project constants on service level
# Debian Version, which will be installed
LXC_TEMPLATE_VERSION="debian-10-standard"
LXC_TEMPLATE_VERSION="debian-11-standard"
# Create sharefs mountpoint
LXC_MP="1"
LXC_MP="0"
# Create unprivileged container
LXC_UNPRIVILEGED="1"
@ -23,7 +23,7 @@ LXC_NESTING="1"
KOPANO_VERSION="latest"
# Defines the php version to install
KOPANO_PHP_VERSION="7.3"
KOPANO_PHP_VERSION="7.4"
# Defines Maria DB Version
MARIA_DB_VERS="10.5"