Latest versions
This page describes how to get the latest version of the node's software.
Ronin node
Every Ronin node release is published on GitHub.
Mainnet
To find the Docker image for each mainnet release, visit the following:
To download the latest image for your node, follow these steps:
In the
.envfile, setNODE_IMAGEto the following:ghcr.io/axieinfinity/ronin:v2.5.4-a3ba393Save the changes.
Run
docker-compose up -d.
Saigon testnet
To find the Docker image for each testnet release, visit Docker Hub.
To download the latest image for your node, follow these steps:
In the
.envfile, setNODE_IMAGEto the following:ghcr.io/axieinfinity/ronin:v2.5.3-8727651Save the changes.
Run
docker-compose up -d.
Bridge operator
Every bridge release is published on GitHub. To find the Docker image for each release, visit Docker Hub.
To download the latest image, follow these steps:
In the
.envfile, setBRIDGE_IMAGEto the following:ghcr.io/axieinfinity/bridge:v0.2.5-e5a7f57Save the changes.
Run
docker-compose up -d.