Docker image

Upgrade minor versions

To update a Lisk installation using Docker Compose it is only required to export the new version number in ENV_LISK_VERSION.

Example: Update from Lisk Core by executing the following commands:

export ENV_LISK_VERSION=3.1.1
docker-compose up -d

Update major versions

For major version updates there may be additional changes in docker-compose.yml.

In this case Lisk Core provides an updated version of docker-compose.yml in the Lisk Core repository on Github, inside the docker folder: current version.

(Where the <CURRENT_VERSION> is the version tag of the update version you wish to use.)

Use this file as a new template for your docker-compose.yml.

The remainder of the upgrade process is analog to the minor version upgrade.