From 48afa6b7833cb8fb8785615d1899f447bdab2ee4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 21 Nov 2018 14:22:47 +0100 Subject: [PATCH] testing: Switch to Debian stretch base images --- testing/testing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.conf b/testing/testing.conf index 633fd3d6bd..c6cb789033 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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} -- 2.47.3