Skip to content

Commit 2f24d61

Browse files
authored
build sui mainnet 1.72.2 (#386)
1 parent d1bd56d commit 2f24d61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
env:
13-
SUI_GIT_REF: testnet-v1.72.2
13+
SUI_GIT_REF: mainnet-v1.72.2
1414

1515
concurrency: docker
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Multi-platform docker images for [Sui](https://sui.io/).
66

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

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

sui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import sys
1313
from pathlib import Path
1414
from subprocess import run
1515

16-
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.71.1"
16+
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.72.2"
1717

1818

1919
def sui(*args: str) -> None:

0 commit comments

Comments
 (0)