Skip to content

Commit

Permalink
chore: Upgrade to cardano-node 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed Mar 28, 2024
1 parent e03b53a commit b94380e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compose/common.yml
Expand Up @@ -142,7 +142,7 @@ services:

cardano-node:
<<: *logging
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-8.8.0-pre}
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-8.9.1}
command:
[
'run',
Expand Down Expand Up @@ -178,7 +178,7 @@ services:

cardano-submit-api:
command: --config /config/cardano-submit-api/config.json --listen-address 0.0.0.0 --socket-path /ipc/node.socket $SUBMIT_API_ARGS
image: ghcr.io/intersectmbo/cardano-submit-api:${CARDANO_NODE_VERSION:-8.8.0-pre}
image: ghcr.io/intersectmbo/cardano-submit-api:${CARDANO_NODE_VERSION:-8.9.1}
ports:
- 8090:8090
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/local-network/Dockerfile
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:${UBUNTU_VERSION} as builder
ENV DEBIAN_FRONTEND=nonintercative

WORKDIR /build
ARG CARDANO_NODE_BUILD_URL=https://github.com/IntersectMBO/cardano-node/releases/download/8.8.0-pre/cardano-node-8.8.0-linux.tar.gz
ARG CARDANO_NODE_BUILD_URL=https://github.com/IntersectMBO/cardano-node/releases/download/8.9.1/cardano-node-8.9.1-linux.tar.gz
RUN apt-get update -y && \
apt-get install -y wget tar && \
wget $CARDANO_NODE_BUILD_URL -O cardano-node.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/local-network/scripts/install.sh
Expand Up @@ -16,7 +16,7 @@ clean() {
}
trap clean EXIT

VERSION="8.8.0"
VERSION="8.9.1"

rm -rf bin
mkdir -p bin
Expand Down

0 comments on commit b94380e

Please sign in to comment.