Skip to content

Commit

Permalink
chore: bump docker-compose to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Feb 24, 2021
1 parent e4bd321 commit 80a8f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staked-relayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
volumes:
- ./cache:/home/bitcoin/.bitcoin/testnet3
staked_relayer:
image: "registry.gitlab.com/interlay/polkabtc-clients/staked-relayer:0.5.0"
image: "registry.gitlab.com/interlay/polkabtc-clients/staked-relayer:0.5.1"
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion vault/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
volumes:
- ./cache:/home/bitcoin/.bitcoin/testnet3
vault:
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0.5.0"
image: "registry.gitlab.com/interlay/polkabtc-clients/vault:0.5.1"
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 80a8f9e

Please sign in to comment.