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.6.2-800ec03
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.6.0-83c8375
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.6-1daa149
Save the changes.
Run
docker-compose up -d
.