Skip to content

Commit

Permalink
Correct Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Jordan committed Nov 23, 2023
1 parent a2e648c commit bbd2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/docker_brun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

sudo docker run --privileged --mount type=bind,source="$(pwd)",target=/balloon luckfoxtech/luckfox_pico:latest /bin/bash /balloon/build.sh
sudo docker run --privileged --mount type=bind,source="$(pwd)",target=/balloon luckfoxtech/luckfox_pico:1.0 /bin/bash /balloon/build.sh

0 comments on commit bbd2b0f

Please sign in to comment.