0
I tried to update clightning to the new version of 0.7 by
- docker-compose stop
- docker-compose rm clightning_bitcoin
- docker-compose up
However, it is still version 0.63 Where do I set that it is upgrading to 0.7?
Would this change in docker-compose.yml be correct?
clightning_bitcoin:
image: elementsproject/lightningd
to
clightning_bitcoin:
image: elementsproject/lightningd:latest
I don't use docker but maybe the people from clightning forgot to update the docker build. I would cross post that question in their issue tracker – Rene Pickhardt – 2019-03-02T07:17:26.313
1Yep, that's it, we didn't get around to update the images right away :-) – cdecker – 2019-03-02T14:09:05.837