lukechilds / docker-electrumx

Run an Electrum server with one command
MIT License
109 stars 124 forks source link

v1.11.0 #21

Closed m-schmoock closed 5 years ago

m-schmoock commented 5 years ago
lukechilds commented 5 years ago

@m-schmoock thanks!

The Alpine package issue, is that just relevant for this version, or will it affect building all historical versions too?

e.g If I checkout v1.10.0 in this repo will it fail to build unless I change the A Alpine repo link too?

m-schmoock commented 5 years ago

@lukechilds I think it affects building other (older) versions as well, as alpine seemed to have moved the leveldb stuff from the testing to the community repo permanently.

lukechilds commented 5 years ago

Ah ok.

Would you mind submitting this as two separate commits/PRs?

I like to squash PRs into a single commit in master and keep one atomic change per commit.

It will also mean I can cherry pick the alpine repo commit into all other version branches so people can still build old ElectrumX version images if they want to.

m-schmoock commented 5 years ago

will do