diff --git a/Dockerfile b/Dockerfile index b2c6d98..4342718 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV GODEBUG netdns=cgo # Pass a tag, branch or a commit using build-arg. This allows a docker # image to be built from a specified Git state. The default image # will use the Git tip of master by default. -ARG checkout="v0.10.0-beta" +ARG checkout="v0.11.1-beta" # ARG checkout="master" # Install dependencies and build the binaries. diff --git a/docker/create_wallet.sh b/docker/create_wallet.sh index 04ab9fa..6d4a919 100644 --- a/docker/create_wallet.sh +++ b/docker/create_wallet.sh @@ -19,8 +19,7 @@ match_max 100000 expect -exact "Input wallet password: " send -- "$WALLET_PASSWORD\r" expect -exact "\r -Confirm password:\r -" +Confirm password: " send -- "$WALLET_PASSWORD\r" expect -exact "\r \r @@ -32,7 +31,6 @@ Your cipher seed can optionally be encrypted.\r Input your passphrase if you wish to encrypt it (or press enter to proceed without a cipher seed passphrase): " send -- "$WALLET_PASSPHRASE\r" expect -exact "\r -Confirm password:\r -" +Confirm password: " send -- "$WALLET_PASSPHRASE\r" expect eof