From ca03700f258c0f3e68ef300fa3e8d8aa68922e7e Mon Sep 17 00:00:00 2001 From: Hao Xia Date: Wed, 4 Dec 2024 09:44:16 -0800 Subject: [PATCH] Build mainnet-v1.38.3 --- .github/workflows/docker.yaml | 2 +- README.md | 4 ++-- sui | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index cb8b5fa..2a159b1 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -10,7 +10,7 @@ on: - main env: - SUI_GIT_REF: testnet-v1.38.3 + SUI_GIT_REF: mainnet-v1.38.3 concurrency: docker diff --git a/README.md b/README.md index 2784b22..7105673 100644 --- a/README.md +++ b/README.md @@ -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.37.3`. +The images are tagged with the corresponding release version, e.g. `mainnet-v1.38.3`. Please refer to the [GitHub Packages](https://github.com/orgs/shinamicorp/packages?repo_name=sui-docker) page for available versions. @@ -22,7 +22,7 @@ Please refer to the [GitHub Packages](https://github.com/orgs/shinamicorp/packag - Contains a single `sui-node` binary, geared towards running Sui fullnodes. - Image entrypoint set to `sui-node`, so you can directly run commands like this: ``` - docker run --rm -it ghcr.io/shinamicorp/sui-node:mainnet-v1.37.3 --help + docker run --rm -it ghcr.io/shinamicorp/sui-node:mainnet-v1.38.3 --help ``` - In practice, you'll need to mount volumes for config, genesis, and data storage etc. - [sui](https://github.com/shinamicorp/sui-docker/pkgs/container/sui) diff --git a/sui b/sui index b1df1c6..4386d96 100755 --- a/sui +++ b/sui @@ -13,7 +13,7 @@ import sys from pathlib import Path from subprocess import run -SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.37.3" +SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.38.3" def sui(*args: str) -> None: