ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
370 stars 208 forks source link

Fix: remove latest from 0.17 version from Readme.md #79

Closed victorperin closed 5 years ago

victorperin commented 5 years ago

This was discovered in #78, there are 2 latest versions (0.18 and 0.17).

Just to make sure, I ran docker run ruimarinho/bitcoin-core --version and the text Bitcoin Core Daemon version v0.18.0 was printed.

So it's just a documentation issue on the readme file.

victorperin commented 5 years ago

For some reason, 0.13 alpine version failed. I just changed a readme. hehe

guggero commented 5 years ago

ACK

I forgot to remove the latest tag from 0.17 in #76. The alpine build is a bit unstable because of the key servers that are being DOSd. Most likely not your fault.

ruimarinho commented 5 years ago

Thanks!