From 3f8515d4e24fc514249948cb0814ef3c590eb7ed Mon Sep 17 00:00:00 2001 From: Juan Cruz Date: Mon, 1 Aug 2022 12:44:10 -0300 Subject: [PATCH] chore: cardano-db-sync@13.0.4 & cardano-node@1.35.3 --- Dockerfile | 4 ++-- cardano-rosetta-server/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ebe2638..0679171e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ WORKDIR /app/src/secp256k1 RUN ./autogen.sh && ./configure --enable-module-schnorrsig --enable-experimental &&\ make && make install WORKDIR /app/src -ARG CARDANO_NODE_VERSION=1.35.2 +ARG CARDANO_NODE_VERSION=1.35.3 RUN git clone https://github.com/input-output-hk/cardano-node.git &&\ cd cardano-node &&\ git fetch --all --tags &&\ @@ -71,7 +71,7 @@ RUN cabal install cardano-cli \ --installdir=/usr/local/bin \ -f -systemd WORKDIR /app/src -ARG CARDANO_DB_SYNC_VERSION=13.0.2 +ARG CARDANO_DB_SYNC_VERSION=13.0.4 RUN git clone https://github.com/input-output-hk/cardano-db-sync.git &&\ cd cardano-db-sync &&\ git fetch --all --tags &&\ diff --git a/cardano-rosetta-server/docker-compose.yml b/cardano-rosetta-server/docker-compose.yml index 5929b6cf..3feea0c6 100644 --- a/cardano-rosetta-server/docker-compose.yml +++ b/cardano-rosetta-server/docker-compose.yml @@ -22,7 +22,7 @@ services: max-size: "200k" max-file: "10" cardano-node: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.0} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.3} environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -34,7 +34,7 @@ services: max-size: "400k" max-file: "20" cardano-db-sync: - image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.0.0} + image: inputoutput/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.0.4} command: [ "--config", "/config/cardano-db-sync/config.json", "--socket-path", "/node-ipc/node.socket"