From 6e1d2fb55bb83a00b7d4112b8e084da3701de506 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 26 Mar 2021 20:35:17 +0000 Subject: [PATCH] minideb: update to the latest master --- images/minideb/minideb.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}";