From 1ae016d5253bbff03524639d0643232db42ab9c8 Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Sun, 22 Dec 2024 19:11:29 +0000 Subject: [PATCH] Update Injective to v1.13.3 (#936) --- .github/workflows/publish.yml | 2 +- Dockerfile | 3 ++- README.md | 2 +- injective/README.md | 4 ++-- injective/build.yml | 3 ++- injective/deploy.yml | 2 +- injective/docker-compose.yml | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 137b41427..00cd148ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: - project: impacthub version: v0.18.1 - project: injective - version: v1.13.2-1723753267 + version: v1.13.3 - project: irisnet version: v2.0.1 - project: jackal diff --git a/Dockerfile b/Dockerfile index 2581f0535..a66788459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -120,13 +120,14 @@ RUN chmod +x /bin/$PROJECT_BIN FROM debian:buster AS injective ARG VERSION +ARG BUILD_REF=$VERSION RUN apt-get update && \ apt-get install --no-install-recommends --assume-yes ca-certificates curl unzip && \ apt-get clean WORKDIR /data -RUN curl -Lo /data/release.zip https://github.com/InjectiveLabs/injective-chain-releases/releases/download/$VERSION/linux-amd64.zip +RUN curl -Lo /data/release.zip https://github.com/InjectiveLabs/injective-chain-releases/releases/download/$BUILD_REF/linux-amd64.zip RUN unzip -oj /data/release.zip RUN mv injectived /bin RUN mv libwasmvm.x86_64.so /usr/lib diff --git a/README.md b/README.md index 0c6c3cf27..2a2899af1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[gitopia](https://github.com/gitopia/gitopia)|`v2.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-gitopia-v2.1.1`|[Example](./gitopia)| |[gravitybridge](https://github.com/Gravity-Bridge/Gravity-Bridge)|`v1.11.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-gravitybridge-v1.11.1`|[Example](./gravitybridge)| |[impacthub](https://github.com/ixofoundation/ixo-blockchain)|`v0.18.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-impacthub-v0.18.1`|[Example](./impacthub)| -|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.2-1723753267`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.2-1723753267`|[Example](./injective)| +|[injective](https://github.com/InjectiveLabs/injective-chain-releases)|`v1.13.3`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.3`|[Example](./injective)| |[irisnet](https://github.com/irisnet/irishub)|`v2.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-irisnet-v2.0.1`|[Example](./irisnet)| |[jackal](https://github.com/JackalLabs/canine-chain)|`v4.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-jackal-v4.3.0`|[Example](./jackal)| |[juno](https://github.com/CosmosContracts/Juno)|`v25.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-juno-v25.0.0`|[Example](./juno)| diff --git a/injective/README.md b/injective/README.md index 77bf00284..b5d574b3e 100644 --- a/injective/README.md +++ b/injective/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v1.13.2-1723753267`| +|Version|`v1.13.3`| |Binary|`injectived`| |Directory|`.injectived`| |ENV namespace|`INJECTIVED`| |Repository|`null`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.2-1723753267`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.3`| ## Examples diff --git a/injective/build.yml b/injective/build.yml index 8a4c40149..2f850d6cf 100644 --- a/injective/build.yml +++ b/injective/build.yml @@ -8,7 +8,8 @@ services: PROJECT: injective PROJECT_BIN: injectived PROJECT_DIR: .injectived - VERSION: v1.13.2-1723753267 + VERSION: v1.13.3 + BUILD_REF: release-prod-1734610315 BUILD_IMAGE: injective ports: - '26656:26656' diff --git a/injective/deploy.yml b/injective/deploy.yml index 5a933bad5..66fa4909c 100644 --- a/injective/deploy.yml +++ b/injective/deploy.yml @@ -2,7 +2,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.2-1723753267 + image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.3 env: - MONIKER=Cosmos Omnibus Node - P2P_POLKACHU=1 diff --git a/injective/docker-compose.yml b/injective/docker-compose.yml index 0ca5123d3..b6c2f0723 100644 --- a/injective/docker-compose.yml +++ b/injective/docker-compose.yml @@ -1,6 +1,6 @@ services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.2-1723753267 + image: ghcr.io/akash-network/cosmos-omnibus:v1.0.3-injective-v1.13.3 ports: - '26656:26656' - '26657:26657'