Skip to content

Commit

Permalink
Update Injective to v1.13.3 (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Dec 22, 2024
1 parent 949c67a commit 1ae016d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)|
Expand Down
4 changes: 2 additions & 2 deletions injective/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion injective/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion injective/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.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
Expand Down
2 changes: 1 addition & 1 deletion injective/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.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'
Expand Down

0 comments on commit 1ae016d

Please sign in to comment.