testing: Use Debian bullseye as base image

This commit is contained in:
Tobias Brunner
2021-10-01 15:05:44 +02:00
parent bc51815839
commit 3edf3856d4
+1 -1
View File
@@ -49,7 +49,7 @@ fi
# Base image settings
# The base image is a pristine OS installation created using debootstrap.
: ${BASEIMGSIZE=2500}
: ${BASEIMGSUITE=buster}
: ${BASEIMGSUITE=bullseye}
: ${BASEIMGARCH=amd64}
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
: ${BASEIMGMIRROR=http://http.debian.net/debian}