1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 08:23:02 +00:00

default to Debian 10 (#470)

Files master is no longer published for Debian 9, which makes the test fail

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-11-04 10:54:53 +01:00
committed by GitHub
parent ef98cc1ce7
commit e7c5d10753
+1 -1
View File
@@ -18,7 +18,7 @@ trap finish EXIT
source base/create-kopano-repo.sh
component=${1:-core}
distribution=${2:-Debian_9.0}
distribution=${2:-Debian_10}
channel=${3:-community}
branch=${4:-""}