From: Tobias Brunner Date: Tue, 21 Sep 2021 17:30:00 +0000 (+0200) Subject: testing: Use Debian bullseye as base image X-Git-Tag: 5.9.4dr3~12^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3edf3856d4f35e68c0a0dd45224770a7f5ec1126;p=thirdparty%2Fstrongswan.git testing: Use Debian bullseye as base image --- diff --git a/testing/testing.conf b/testing/testing.conf index fed8cbbbe0..fa163be7c8 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=buster} +: ${BASEIMGSUITE=bullseye} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian}