minideb: update to the latest master

This commit is contained in:
Starbeamrainbowlabs 2021-03-26 20:35:17 +00:00
parent 5582f33c27
commit 6e1d2fb55b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ set -e;
clone_url="${clone_url:-https://github.com/bitnami/minideb.git}";
# The ref to checkout. Could be a branch name or a specific commit.
# In this case this is the last commit before google cloud was added
ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf";
# ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf";
# The gcloud issue is now resolved - ref https://github.com/bitnami/minideb/issues/107
ref="master";
image_version="${image_version:-buster}";
apply_patch_raspbian="${apply_patch_raspbian:-true}";