Skip to main content

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:

  1. In the .env file, set NODE_IMAGE to the following:

    ghcr.io/axieinfinity/ronin:v2.6.2-800ec03
  2. Save the changes.

  3. 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:

  1. In the .env file, set NODE_IMAGE to the following:

    ghcr.io/axieinfinity/ronin:v2.6.0-83c8375
  2. Save the changes.

  3. 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:

  1. In the .env file, set BRIDGE_IMAGE to the following:

    ghcr.io/axieinfinity/bridge:v0.2.6-1daa149
  2. Save the changes.

  3. Run docker-compose up -d.