From 7b891ff1f4584530c94d0248c1425380ac200b5a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 20 Sep 2021 21:30:50 +0100 Subject: [PATCH] minideb: update to bullseye --- images/minideb/minideb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/minideb/minideb.sh b/images/minideb/minideb.sh index 69fb545..0dacceb 100755 --- a/images/minideb/minideb.sh +++ b/images/minideb/minideb.sh @@ -12,7 +12,7 @@ clone_url="${clone_url:-https://github.com/bitnami/minideb.git}"; # ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf"; # The gcloud issue is now resolved - ref https://github.com/bitnami/minideb/issues/107 ref="master"; -image_version="${image_version:-buster}"; +image_version="${image_version:-bullseye}"; apply_patch_raspbian="${apply_patch_raspbian:-true}";