ICON2
Search
K
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-hotfix
This 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'
    OR
  • image: '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