From: Tobias Brunner Date: Mon, 24 Aug 2020 14:20:15 +0000 (+0200) Subject: testing: Use Debian buster as base image X-Git-Tag: 5.9.1dr1~21^2~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bba0ec0f7989033c941652ec211717301497aa5;p=thirdparty%2Fstrongswan.git testing: Use Debian buster as base image --- diff --git a/testing/testing.conf b/testing/testing.conf index 683b3dfbd6..195d878fd3 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=2500} -: ${BASEIMGSUITE=stretch} +: ${BASEIMGSUITE=buster} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian}