minideb: update to the latest master
This commit is contained in:
parent
5582f33c27
commit
6e1d2fb55b
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ set -e;
|
||||||
clone_url="${clone_url:-https://github.com/bitnami/minideb.git}";
|
clone_url="${clone_url:-https://github.com/bitnami/minideb.git}";
|
||||||
# The ref to checkout. Could be a branch name or a specific commit.
|
# 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
|
# 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}";
|
image_version="${image_version:-buster}";
|
||||||
|
|
||||||
apply_patch_raspbian="${apply_patch_raspbian:-true}";
|
apply_patch_raspbian="${apply_patch_raspbian:-true}";
|
||||||
|
|
Loading…
Reference in a new issue