]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use Debian buster as base image
authorTobias Brunner <tobias@strongswan.org>
Mon, 24 Aug 2020 14:20:15 +0000 (16:20 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 3 Sep 2020 13:24:37 +0000 (15:24 +0200)
testing/testing.conf

index 683b3dfbd62d9c9bc2453364268d13553d9dcc8e..195d878fd388d7ed3052783cf4e531f71fe57944 100644 (file)
@@ -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}