makebuildserver: use HTTPS in default debian apt source

This commit is contained in:
Hans-Christoph Steiner 2022-10-19 08:52:06 +02:00
parent cdee2caa03
commit 1e2e82fbde
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ BASEBOX_CHECKSUMS = {
config = {
'basebox': BASEBOX_DEFAULT,
'debian_mirror': 'http://deb.debian.org/debian/',
'debian_mirror': 'https://deb.debian.org/debian/',
'apt_package_cache': False,
'copy_caches_from_host': False,
'boot_timeout': 600,