diff --git a/build.sh b/build.sh index 355c5aa..3dccff7 100755 --- a/build.sh +++ b/build.sh @@ -50,7 +50,7 @@ function build_native() { } function build_cross_compiled() { - docker run --rm -t -v $PWD:/build mozillaiot/toolchain-${ADDON_ARCH}-${LANGUAGE_NAME}-${LANGUAGE_VERSION} bash -c "cd /build; ADDON_ARCH=${ADDON_ARCH} ./package.sh" + docker run --rm -t -v $PWD:/build webthingsio/toolchain-${ADDON_ARCH}-${LANGUAGE_NAME}-${LANGUAGE_VERSION} bash -c "cd /build; ADDON_ARCH=${ADDON_ARCH} ./package.sh" } case "${ADDON_ARCH}" in