summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcarlosperate <carlosperate@users.noreply.github.com>2021-10-17 00:31:21 +0100
committercarlosperate <carlosperate@users.noreply.github.com>2021-10-17 00:31:21 +0100
commitc4b8ff314abd436d0444ea884ccf142a0b82c8c8 (patch)
treee7d515a73ee86d0c9e57b101dcbda11e6222bdb0 /docker
parentbf83493c8db1ef8afab34a10d0253c0208304484 (diff)
Update git URLS, MCUboot is now independent w/ different GitHub org.
Diffstat (limited to 'docker')
-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"
}