diff --git a/README.md b/README.md index d2788f56c..22d2abbc0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[lumnetwork](https://github.com/lum-network/chain)|`v1.6.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-lumnetwork-v1.6.7`|[Example](./lumnetwork)| |[mars](https://github.com/mars-protocol/hub.git)|`v1.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-mars-v1.0.2`|[Example](./mars)| |[migaloo](https://github.com/White-Whale-Defi-Platform/migaloo-chain)|`v4.2.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-migaloo-v4.2.7`|[Example](./migaloo)| -|[neutron](https://github.com/neutron-org/neutron)|`v5.0.6`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6`|[Example](./neutron)| +|[neutron](https://github.com/neutron-org/neutron)|`v5.0.7`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7`|[Example](./neutron)| |[noble](https://github.com/noble-assets/noble)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-noble-v5.0.0`|[Example](./noble)| |[omniflixhub](https://github.com/OmniFlix/omniflixhub)|`v5.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-omniflixhub-v5.1.0`|[Example](./omniflixhub)| |[osmosis](https://github.com/osmosis-labs/osmosis)|`v28.0.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-osmosis-v28.0.3`|[Example](./osmosis)| diff --git a/neutron/README.md b/neutron/README.md index 8ea5e1334..a15763c50 100644 --- a/neutron/README.md +++ b/neutron/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v5.0.6`| +|Version|`v5.0.7`| |Binary|`neutrond`| |Directory|`.neutrond`| |ENV namespace|`NEUTROND`| |Repository|`https://github.com/neutron-org/neutron.git`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7`| ## Examples diff --git a/neutron/build.yml b/neutron/build.yml index 1764b9c7d..ac04d6308 100644 --- a/neutron/build.yml +++ b/neutron/build.yml @@ -6,7 +6,7 @@ services: PROJECT: neutron PROJECT_BIN: neutrond PROJECT_DIR: .neutrond - VERSION: v5.0.6 + VERSION: v5.0.7 REPOSITORY: https://github.com/neutron-org/neutron.git GOLANG_VERSION: 1.22 ports: diff --git a/neutron/deploy.yml b/neutron/deploy.yml index 3613b1826..1310293cd 100644 --- a/neutron/deploy.yml +++ b/neutron/deploy.yml @@ -2,7 +2,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7 env: - MONIKER=Cosmos Omnibus Node - P2P_POLKACHU=1 diff --git a/neutron/docker-compose.yml b/neutron/docker-compose.yml index feef525e2..dbd4156e7 100644 --- a/neutron/docker-compose.yml +++ b/neutron/docker-compose.yml @@ -1,6 +1,6 @@ services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.6 + image: ghcr.io/akash-network/cosmos-omnibus:v1.2.0-neutron-v5.0.7 ports: - '26656:26656' - '26657:26657'