Skip to content

Commit

Permalink
Build mainnet-v1.38.3 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonxh authored Dec 4, 2024
1 parent 05fba64 commit 6bc9cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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_REF: testnet-v1.38.3
SUI_GIT_REF: mainnet-v1.38.3

concurrency: docker

Expand Down
4 changes: 2 additions & 2 deletions 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.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.

Expand All @@ -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)
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.37.3"
SUI_IMAGE = "ghcr.io/shinamicorp/sui:mainnet-v1.38.3"


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

0 comments on commit 6bc9cdb

Please sign in to comment.