Skip to content

Commit

Permalink
fix: update tools version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Aug 24, 2023
1 parent 6070b82 commit 0d3ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

NAME=${1%.*}
DOCKERFILE="$NAME.dockerfile"
TOOLS=machine-emulator-tools-v0.11.0.tar.gz
TOOLS=machine-emulator-tools-v0.12.0.tar.gz

if [ ! -f "$DOCKERFILE" ]; then
echo "dockerfile \"$DOCKERFILE\" not found"
Expand Down

0 comments on commit 0d3ee9e

Please sign in to comment.