Skip to content

Commit

Permalink
Merge pull request ruimarinho#21 from pedrobranco/bugfix/fix-failing-…
Browse files Browse the repository at this point in the history
…tests

Pin docker image to 0.13.0 to avoid failing tests on newer versions
  • Loading branch information
ruimarinho authored Feb 7, 2017
2 parents 297baa2 + 8227858 commit a19a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sut:
- bitcoind-username-only

bitcoind:
image: seegno/bitcoind:0.13-alpine
image: seegno/bitcoind:0.13.0-alpine
command:
-printtoconsole
-regtest=1
Expand Down

0 comments on commit a19a615

Please sign in to comment.