Skip to content

Commit

Permalink
chore(dep): update krunkit to 0.1.4 (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Nov 25, 2024
1 parent e76601d commit a518f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd $WORK
rm -rf ./krunkit
mkdir -p krunkit
cd krunkit
gh release download v0.1.3 -R containers/krunkit --pattern "krunkit-*" --clobber
gh release download v0.1.4 -R containers/krunkit --pattern "krunkit-*" --clobber
tar -zxvf krunkit-*.tgz -C ./
mv bin/krunkit $WORK/out/krunkit
mv lib/* $WORK/out/
Expand Down

0 comments on commit a518f10

Please sign in to comment.