summaryrefslogtreecommitdiff
path: root/docker/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build.sh')
-rwxr-xr-xdocker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index 2fa7d920..d86e7c21 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -43,7 +43,7 @@ GetGcc() {
}
GetMcuBoot() {
- git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot"
+ git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot"
pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt"
}