testing: Switch to Debian stretch base images

This commit is contained in:
Tobias Brunner
2018-11-21 14:34:16 +01:00
parent 7511a6fd9c
commit 48afa6b783
+1 -1
View File
@@ -49,7 +49,7 @@ fi
# Base image settings
# The base image is a pristine OS installation created using debootstrap.
: ${BASEIMGSIZE=1600}
: ${BASEIMGSUITE=jessie}
: ${BASEIMGSUITE=stretch}
: ${BASEIMGARCH=amd64}
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
: ${BASEIMGMIRROR=http://http.debian.net/debian}