Skip to content

Commit

Permalink
Update img-tool 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka committed Apr 28, 2021
1 parent 42d60d7 commit 51ec75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[[ $(git status | tail -n 1) == "nothing to commit, working tree clean" ]] \
|| (echo "Commit all changies or stash it and try again."; exit 1) \
&& docker run --privileged -i --rm -v $(pwd):/mnt urpylka/img-tool:0.7.1 /bin/bash - << EOF
&& docker run --privileged -i --rm -v $(pwd):/mnt urpylka/img-tool:0.7.2 /bin/bash - << EOF
set -e # Exit immidiately on non-zero result
source img-tool
Expand Down

0 comments on commit 51ec75b

Please sign in to comment.