]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use Debian bullseye as base image
authorTobias Brunner <tobias@strongswan.org>
Tue, 21 Sep 2021 17:30:00 +0000 (19:30 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 1 Oct 2021 13:05:44 +0000 (15:05 +0200)
testing/testing.conf

index fed8cbbbe01142e4fec1ea61d3c3d868e1d034cc..fa163be7c8dbb8bfae92ec564b6fa721838a8c45 100644 (file)
@@ -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}