Skip to content

Commit 25a9108

Browse files
authored
Build mainnet-v1.72.4 (#389)
1 parent 8391199 commit 25a9108

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: mainnet-v1.72.3
13+
SUI_GIT_REF: mainnet-v1.72.4
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.72.3`.
8+
The images are tagged with the corresponding release version, e.g. `mainnet-v1.72.4`.
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.72.3"
16+
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.72.4"
1717

1818

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

0 commit comments

Comments
 (0)