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
.env
file, setNODE_IMAGE
to the following:ghcr.io/axieinfinity/ronin:v2.5.4-a3ba393
Save 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
.env
file, setNODE_IMAGE
to the following:ghcr.io/axieinfinity/ronin:v2.5.3-8727651
Save 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
.env
file, setBRIDGE_IMAGE
to the following:ghcr.io/axieinfinity/bridge:v0.2.5-e5a7f57
Save the changes.
Run
docker-compose up -d
.