0
I am running the docker version for c-lightning 0.7
On a raspberry I need to clone the blockchain, but it needs version 0.17.1
Looking at the docker-compose.yml file I see:
version: "3"
services:
bitcoind:
image: nicolasdorier/docker-bitcoin:0.16.3
container_name: bitcoind
...
How can I upgrade to 0.17.1?