testing: Use Debian buster as base image

This commit is contained in:
Tobias Brunner 2020-08-24 16:20:15 +02:00
parent 1f97415fe7
commit 5bba0ec0f7

View File

@ -49,7 +49,7 @@ fi
# Base image settings
# The base image is a pristine OS installation created using debootstrap.
: ${BASEIMGSIZE=2500}
: ${BASEIMGSUITE=stretch}
: ${BASEIMGSUITE=buster}
: ${BASEIMGARCH=amd64}
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
: ${BASEIMGMIRROR=http://http.debian.net/debian}