Browse Source

change docker image name

ugv_io
Alex Mikhalev 6 years ago
parent
commit
15bba74d91
  1. 2
      build.sh

2
build.sh

@ -6,7 +6,7 @@ TPUT=$(command -v tput 2>/dev/null || echo true) @@ -6,7 +6,7 @@ TPUT=$(command -v tput 2>/dev/null || echo true)
DIR=$(cd "$(dirname "$0")"; pwd -P)
TOOLCHAIN_IMAGE="esp32-toolchain:latest"
TOOLCHAIN_IMAGE="uas-ugv-build:latest"
: ${BUILD_DIR:="$DIR/cmake-build"}
DOCKERFILE="$DIR/Dockerfile"

Loading…
Cancel
Save