Q Update
Editing .env Fileβ
cd $HOME/mainnet-public-tools/validator/
nano .env
Update the following section in the file to the current version.
QCLIENT_IMAGE=qblockchain/q-client:v1.3.6
Restart Nodeβ
Pulling and overwriting the latest docker imageβ
docker-compose pull
Restarting with new configurations and imagesβ
docker-compose down -t 60 && docker-compose up -d