Skip to content

Commit

Permalink
chore: Upgrade client docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed May 27, 2021
1 parent f8ac619 commit c01b66b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- "3002:3002"
staked-relayer:
# only start staked relayer after mining to prevent long catch-up
image: "registry.gitlab.com/interlay/polkabtc-clients/staked-relayer:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/staked-relayer:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -73,7 +73,7 @@ services:
BITCOIN_RPC_PASS: rpcpassword
RUST_LOG: info
oracle:
image: "registry.gitlab.com/interlay/polkabtc-clients/oracle:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/oracle:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -84,7 +84,7 @@ services:
environment:
RUST_LOG: info
faucet:
image: "registry.gitlab.com/interlay/polkabtc-clients/faucet:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/faucet:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -98,7 +98,7 @@ services:
ports:
- "3036:3036"
vault_1:
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -112,7 +112,7 @@ services:
environment:
<<: *client-env
vault_2:
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -126,7 +126,7 @@ services:
environment:
<<: *client-env
vault_3:
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-5"
command:
- /bin/sh
- -c
Expand All @@ -140,7 +140,7 @@ services:
environment:
<<: *client-env
vault_to_liquidate:
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-2"
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0-7-5"
command:
- /bin/sh
- -c
Expand Down

0 comments on commit c01b66b

Please sign in to comment.