File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - main
1111
1212env :
13- SUI_GIT_REF : mainnet-v1.72.3
13+ SUI_GIT_REF : mainnet-v1.72.4
1414
1515concurrency : docker
1616
Original file line number Diff line number Diff line change 55Multi-platform docker images for [ Sui] ( https://sui.io/ ) .
66
77These 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
1010Please refer to the [ GitHub Packages] ( https://github.com/orgs/shinamicorp/packages?repo_name=sui-docker ) page for available versions.
1111
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import sys
1313from pathlib import Path
1414from 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
1919def sui (* args : str ) -> None :
You can’t perform that action at this time.
0 commit comments