Comment on page
2021-12-10
Docker TAG:
iconloop/icon2-node:v1.1.0-hotfix
``Goloop release: https://github.com/icon-project/goloop/releases/tag/v1.1.0-hotfixThis version applies the following changes:
- Fix problem in transaction pool candidate logic
To upgrade your docker, update your
docker-compose.yml
as follow:image: 'iconloop/icon2-node'
ORimage: 'icon2-node:v1.1.0-hotfix'
Then run the following command in order to upgrade your docker container:
docker-compose pull && docker-compose down && docker-compose up -d
Last modified 1yr ago