Skip to content

Commit

Permalink
build mainnet 1.27.2 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh authored Jun 19, 2024
1 parent b0a13e4 commit 32fcbe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
SUI_GIT_REVISION: testnet-v1.27.2
SUI_GIT_REVISION: mainnet-v1.27.2

concurrency: docker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Multi-platform docker images for [Sui](https://sui.io/).

These are built from the official release source code from [Sui](https://github.com/MystenLabs/sui/releases).
The images are tagged with the corresponding release version, e.g. `mainnet-v1.26.2`.
The images are tagged with the corresponding release version, e.g. `mainnet-v1.27.2`.

Please refer to the [GitHub Packages](https://github.com/orgs/shinamicorp/packages?repo_name=sui-docker) page for available versions.

Expand Down
2 changes: 1 addition & 1 deletion sui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import sys
from pathlib import Path
from subprocess import run

SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.26.2"
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.27.2"


def sui(*args: str) -> None:
Expand Down

0 comments on commit 32fcbe4

Please sign in to comment.