diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 669bfe3ba..42811500a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - project: chihuahua version: v7.0.2 - project: comdex - version: v13.4.0 + version: v14.1.0 - project: cosmoshub version: v17.2.0 - project: crescent diff --git a/README.md b/README.md index 1070cd439..fe5327e50 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[canto](https://github.com/Canto-Network/Canto)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-canto-v7.0.0`|[Example](./canto)| |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v7.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-chihuahua-v7.0.2`|[Example](./chihuahua)| -|[comdex](https://github.com/comdex-official/comdex)|`v13.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v13.4.0`|[Example](./comdex)| +|[comdex](https://github.com/comdex-official/comdex)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v14.1.0`|[Example](./comdex)| |[cosmoshub](https://github.com/cosmos/gaia)|`v17.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-cosmoshub-v17.2.0`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-cronos-v1.0.9`|[Example](./cronos)| diff --git a/comdex/README.md b/comdex/README.md index c97744f04..9654a6ed4 100644 --- a/comdex/README.md +++ b/comdex/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v13.4.0`| +|Version|`v14.1.0`| |Binary|`comdex`| |Directory|`.comdex`| |ENV namespace|`COMDEX`| |Repository|`https://github.com/comdex-official/comdex`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v13.4.0`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v14.1.0`| ## Examples diff --git a/comdex/build.yml b/comdex/build.yml index 04d42445d..d6f457b6a 100644 --- a/comdex/build.yml +++ b/comdex/build.yml @@ -7,10 +7,11 @@ services: args: PROJECT: comdex PROJECT_BIN: comdex - VERSION: v13.4.0 + VERSION: v14.1.0 REPOSITORY: https://github.com/comdex-official/comdex NAMESPACE: COMDEX - GOLANG_VERSION: 1.20-buster + GOLANG_VERSION: 1.22-bullseye + DEBIAN_VERSION: bullseye ports: - '26656:26656' - '26657:26657' diff --git a/comdex/deploy.yml b/comdex/deploy.yml index 88862eee4..30711a8e9 100644 --- a/comdex/deploy.yml +++ b/comdex/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v13.4.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v14.1.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/chain.json diff --git a/comdex/docker-compose.yml b/comdex/docker-compose.yml index 2b28f0e45..f7a43697b 100644 --- a/comdex/docker-compose.yml +++ b/comdex/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v13.4.0 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.19-comdex-v14.1.0 ports: - '26656:26656' - '26657:26657'