diff --git a/README.md b/README.md index 8870cd0de..514bcb3c1 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[neutron](https://github.com/neutron-org/neutron)|`v5.0.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-neutron-v5.0.7`|[Example](./neutron)| |[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-noble-v5.0.0`|[Example](./noble)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-omniflixhub-v5.1.0`|[Example](./omniflixhub)| -|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.3`|[Example](./osmosis)| +|[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.4`|[Example](./osmosis)| |[panacea](https://github.com/medibloc/panacea-core)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-panacea-v2.2.0`|[Example](./panacea)| |[passage](https://github.com/envadiv/Passage3D)|`v2.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-passage-v2.4.0`|[Example](./passage)| |[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-persistence-v10.3.0`|[Example](./persistence)| diff --git a/osmosis/README.md b/osmosis/README.md index 4cdeb873f..0733c81eb 100644 --- a/osmosis/README.md +++ b/osmosis/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v28.0.3`| +|Version|`v28.0.4`| |Binary|`osmosisd`| |Directory|`.osmosisd`| |ENV namespace|`OSMOSISD`| |Repository|`https://github.com/osmosis-labs/osmosis`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.3`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.4`| ## Examples diff --git a/osmosis/build.yml b/osmosis/build.yml index a3ab5ae2a..0429dffa1 100644 --- a/osmosis/build.yml +++ b/osmosis/build.yml @@ -5,7 +5,7 @@ services: args: PROJECT: osmosis PROJECT_BIN: osmosisd - VERSION: v28.0.3 + VERSION: v28.0.4 REPOSITORY: https://github.com/osmosis-labs/osmosis GOLANG_VERSION: 1.22 ports: diff --git a/osmosis/deploy.yml b/osmosis/deploy.yml index 7d4ffc5ad..20e27a32d 100644 --- a/osmosis/deploy.yml +++ b/osmosis/deploy.yml @@ -2,7 +2,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.3 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.4 env: - MONIKER=Cosmos Omnibus Node - P2P_POLKACHU=1 diff --git a/osmosis/docker-compose.yml b/osmosis/docker-compose.yml index b33bbc20e..9e6dff67c 100644 --- a/osmosis/docker-compose.yml +++ b/osmosis/docker-compose.yml @@ -1,6 +1,6 @@ services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.3 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.1-osmosis-v28.0.4 ports: - '26656:26656' - '26657:26657'