From ecbd945cc942473752f5b1bf56ca4576671574fb Mon Sep 17 00:00:00 2001 From: Gonzalo Javier Aune Date: Fri, 9 Oct 2020 15:37:35 +0100 Subject: [PATCH] Updates for dockerfile --- Dockerfile | 2 +- docker/create_wallet.sh | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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