Skip to content

Commit

Permalink
Update docker to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatcat committed Oct 15, 2020
1 parent 28ef9d9 commit 52cab78
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bootnode/dockerfile/syncbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#cp ./build/bin/gwan ../pos6/bin/
#cd ../pos6

docker build . -t wanchain/client-go:2.1.6-beta.4
docker push wanchain/client-go:2.1.6-beta.4
docker build . -t wanchain/client-go:2.1.6
docker push wanchain/client-go:2.1.6
2 changes: 1 addition & 1 deletion loadScript/deployMainnetValidator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo ''
read -p "Do you want save your password to disk for auto restart? (N/y): " savepasswd


DOCKERIMG=wanchain/client-go:2.1.5
DOCKERIMG=wanchain/client-go:2.1.6

if [ ${PASSWD} != ${PASSWD2} ]
then
Expand Down
2 changes: 1 addition & 1 deletion loadScript/deployValidator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read -s PASSWD
echo 'Confirm your password of validator account:'
read -s PASSWD2
echo ''
DOCKERIMG=wanchain/client-go:2.1.5
DOCKERIMG=wanchain/client-go:2.1.6
NETWORK=--testnet
NETWORKPATH=testnet

Expand Down
2 changes: 1 addition & 1 deletion loadScript/updateMainnetValidator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# set -x

DOCKERIMG=wanchain/client-go:2.1.5
DOCKERIMG=wanchain/client-go:2.1.6

echo ''
echo ''
Expand Down
2 changes: 1 addition & 1 deletion loadScript/updateValidator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# set -x
DOCKERIMG=wanchain/client-go:2.1.5
DOCKERIMG=wanchain/client-go:2.1.6

echo ''
echo ''
Expand Down

0 comments on commit 52cab78

Please sign in to comment.