Skip to content

Commit

Permalink
Update Stride to v25.1.0 (#987)
Browse files Browse the repository at this point in the history
* Update Stride to v25.0.0

* Update Stride to v25.1.0

* Bump Go version
  • Loading branch information
tombeynon authored Feb 7, 2025
1 parent 8e0fb66 commit 7414901
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[source](https://github.com/Source-Protocol-Cosmos/source)|`v3.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-source-v3.0.1`|[Example](./source)|
|[stargaze](https://github.com/public-awesome/stargaze)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stargaze-v12.0.0`|[Example](./stargaze)|
|[starname](https://github.com/iov-one/starnamed)|`v0.11.5`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-starname-v0.11.5`|[Example](./starname)|
|[stride](https://github.com/Stride-Labs/stride)|`v24.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v24.0.0`|[Example](./stride)|
|[stride](https://github.com/Stride-Labs/stride)|`v25.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v25.1.0`|[Example](./stride)|
|[teritori](https://github.com/TERITORI/teritori-chain)|`v2.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-teritori-v2.0.6`|[Example](./teritori)|
|[terra](https://github.com/terra-money/core)|`v2.11.8`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-terra-v2.11.8`|[Example](./terra)|
|[umee](https://github.com/umee-network/umee)|`v6.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-umee-v6.3.0`|[Example](./umee)|
Expand Down
4 changes: 2 additions & 2 deletions stride/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v24.0.0`|
|Version|`v25.1.0`|
|Binary|`strided`|
|Directory|`.stride`|
|ENV namespace|`STRIDED`|
|Repository|`https://github.com/Stride-Labs/stride`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v24.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v25.1.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions stride/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
args:
PROJECT: stride
PROJECT_BIN: strided
VERSION: v24.0.0
VERSION: v25.1.0
REPOSITORY: https://github.com/Stride-Labs/stride
PROJECT_DIR: .stride
GOLANG_VERSION: 1.21
GOLANG_VERSION: 1.22
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion stride/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v24.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v25.1.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion stride/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v24.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-stride-v25.1.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 7414901

Please sign in to comment.