Skip to content

Commit

Permalink
chore: update image in fetch-binaries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 26, 2022
1 parent d375e94 commit 446f123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/fetch-binaries.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
dir_name='.tmp/binaries'
image='ghcr.io/zeroqn/godwoken-prebuilds:v1.3.0-rc1-pr-710-create-undeposited-sender-for-polyjuice-tx'
image='ghcr.io/godwokenrises/godwoken-prebuilds:1.7-rc'

docker pull $image
[ -d $dir_name ] && rm -rf $dir_name && echo "Delete old dir"
Expand Down

0 comments on commit 446f123

Please sign in to comment.