diff --git a/images/minideb/minideb.sh b/images/minideb/minideb.sh index a841cb0..69fb545 100755 --- a/images/minideb/minideb.sh +++ b/images/minideb/minideb.sh @@ -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}";