minideb: update to bullseye

This commit is contained in:
Starbeamrainbowlabs 2021-09-20 21:30:50 +01:00
parent d01d1a1c02
commit 7b891ff1f4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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}";